Searched refs:vps (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapivalue_fuzzer/ |
H A D | jsnapivalue_fuzzer.cpp | 34 void *vps = static_cast<void *>(new std::string("test")); in JSNApiValueFuzzTest() local 36 Local<NativePointerRef> res_vps = NativePointerRef::New(vm_, vps, NativeAreaAllocator::FreeBufferFunc, vps1, 0); in JSNApiValueFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7742 void *vps = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 7749 NativePointerRef::New(vm_, vps); in HWTEST_F_L0() 7784 void *vps = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 7796 NativePointerRef::New(vm_, vps, callBack, vps1, 0); in HWTEST_F_L0() 7830 void *vps = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 7840 Local<NativePointerRef> res_vps = NativePointerRef::New(vm_, vps, NativeAreaAllocator::FreeBufferFunc, vps1, 0); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 329 void *vps = new std::string("123456"); in HWTEST_F_L0() local 330 Local<NativePointerRef> nativePoint = NativePointerRef::New(vm_, vps); in HWTEST_F_L0()
|
Completed in 19 milliseconds