Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp746 void PandaEtsVM::DeleteWeakGlobalRef(ets_weak weakRef) in DeleteWeakGlobalRef() function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h423 void (*DeleteWeakGlobalRef)(EtsEnv *env, ets_weak obj); member
1505 void DeleteWeakGlobalRef(ets_weak obj) in DeleteWeakGlobalRef() function
Dets_napi_native_interface.cpp2707 NO_UB_SANITIZE static void DeleteWeakGlobalRef([[maybe_unused]] EtsEnv *env, ets_weak obj) in DeleteWeakGlobalRef() function