Searched refs:vpi (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 7746 void *vpi = new int(123); in HWTEST_F_L0() local 7773 NativePointerRef::New(vm_, vpi); in HWTEST_F_L0() 7792 void *vpi = new int(123); in HWTEST_F_L0() local 7820 NativePointerRef::New(vm_, vpi, callBack, vpi1, 0); in HWTEST_F_L0() 7838 void *vpi = new int(123); in HWTEST_F_L0() local 7844 Local<NativePointerRef> res_vpi = NativePointerRef::New(vm_, vpi, NativeAreaAllocator::FreeBufferFunc, vpi1, 0); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 376 void *vpi = new int(123); in HWTEST_F_L0() local 377 Local<NativePointerRef> nativePoint = NativePointerRef::New(vm_, vpi); in HWTEST_F_L0()
|
Completed in 22 milliseconds