Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp960 int32_t DFXJSNApi::GetObjectHash(const EcmaVM *vm, Local<JSValueRef> nativeObject) in GetObjectHash()
966 int32_t DFXJSNApi::GetObjectHashCode(const EcmaVM *vm, Local<JSValueRef> nativeObject) in GetObjectHashCode()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1020 void* nativeObject, in Wrap()