Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_common.h262 inline napi_status NapiWrap(napi_env env, napi_value jsObject, void *nativeObject, napi_finalize fi… in NapiWrap()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp892 int32_t DFXJSNApi::GetObjectHash(const EcmaVM *vm, Local<JSValueRef> nativeObject) in GetObjectHash()
898 int32_t DFXJSNApi::GetObjectHashCode(const EcmaVM *vm, Local<JSValueRef> nativeObject) in GetObjectHashCode()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp961 void* nativeObject, in Wrap()