Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h404 Local<NativePointerRef> ToNativePointer(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1320 Local<NativePointerRef> res = toValue->ToNativePointer(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2920 Local<NativePointerRef> JSValueRef::ToNativePointer(const EcmaVM *vm) in ToNativePointer() function in panda::JSValueRef