Home
last modified time | relevance | path

Searched defs:isNativePointer (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1056 void *JSValueRef::GetNativePointerValue(const EcmaVM* vm, bool &isNativePointer) in GetNativePointerValue()
1067 void *JSValueRef::GetNativePointerValueImpl(const EcmaVM* vm, bool &isNativePointer) in GetNativePointerValueImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8404 Label isNativePointer(env); in SetHash() local