Home
last modified time | relevance | path

Searched refs:ToNativePointer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/tonativepointer_fuzzer/
Dtonativepointer_fuzzer.cpp36 toValue->ToNativePointer(vm); in ToNativePointerFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp2243 Local<NativePointerRef> npr = tag->ToNativePointer(vm_); in HWTEST_F_L0()
2258 Local<NativePointerRef> npr = tag->ToNativePointer(vm_); in HWTEST_F_L0()
2273 Local<NativePointerRef> npr = tag->ToNativePointer(vm_); in HWTEST_F_L0()
2288 Local<NativePointerRef> npr = tag->ToNativePointer(vm_); in HWTEST_F_L0()
2303 Local<NativePointerRef> npr = tag->ToNativePointer(vm_); in HWTEST_F_L0()
Djsnapi_first_tests.cpp1744 Local<NativePointerRef> res = toValue->ToNativePointer(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h496 Local<NativePointerRef> ToNativePointer(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp222 Local<NativePointerRef> JSValueRef::ToNativePointer(const EcmaVM *vm) in ToNativePointer() function in panda::JSValueRef