Searched refs:vp2 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1749 void *vp2 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 1751 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0() 2025 void *vp2 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 2026 Local<NativePointerRef> res = NativePointerRef::New(vm_, vp1, callBack, vp2, 0); in HWTEST_F_L0() 2295 void *vp2 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 2296 Local<NativePointerRef> res = NativePointerRef::New(vm_, vp1, callBack, vp2, 0); in HWTEST_F_L0()
|
H A D | ffi_workload.cpp | 5412 void *vp2 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 5415 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0() 5428 void *vp2 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 5429 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0()
|
Completed in 17 milliseconds