Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp728 static mem::Reference *EtsNapiObjectToGlobalReference(ets_object globalRef) in EtsNapiObjectToGlobalReference()
735 void PandaEtsVM::DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp639 NO_UB_SANITIZE static void DeleteGlobalRef([[maybe_unused]] EtsEnv *env, ets_object globalRef) in DeleteGlobalRef()