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.cpp715 void PandaEtsVM::DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef() function in panda::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h203 void (*DeleteGlobalRef)(EtsEnv *env, ets_object globalRef); member
584 void DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef() function
Dets_napi_native_interface.cpp637 NO_UB_SANITIZE static void DeleteGlobalRef([[maybe_unused]] EtsEnv *env, ets_object globalRef) in DeleteGlobalRef() function