Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp836 void PandaEtsVM::DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef() function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h209 void (*DeleteGlobalRef)(EtsEnv *env, ets_object globalRef); member
614 void DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef() function
Dets_napi_native_interface.cpp643 NO_UB_SANITIZE static void DeleteGlobalRef([[maybe_unused]] EtsEnv *env, ets_object globalRef) in DeleteGlobalRef() function