Home
last modified time | relevance | path

Searched refs:vps1 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapivalue_fuzzer/
H A Djsnapivalue_fuzzer.cpp35 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 Dffi_workload.cpp7785 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