Searched refs:vps1 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/test/fuzztest/jsnapivalue_fuzzer/ |
H A D | jsnapivalue_fuzzer.cpp | 35 void *vps1 = 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 | 7785 void *vps1 = static_cast<void *>(new std::string("test")); in HWTEST_F_L0() local 7796 NativePointerRef::New(vm_, vps, callBack, vps1, 0); in HWTEST_F_L0() 7831 void *vps1 = 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()
|
Completed in 13 milliseconds