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.cpp853 void PandaEtsVM::DeleteWeakGlobalRef(ets_weak weakRef) in DeleteWeakGlobalRef() function in ark::ets::PandaEtsVM
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h431 void (*DeleteWeakGlobalRef)(EtsEnv *env, ets_weak obj); member
1537 void DeleteWeakGlobalRef(ets_weak obj) in DeleteWeakGlobalRef() function
Dets_napi_native_interface.cpp2710 NO_UB_SANITIZE static void DeleteWeakGlobalRef([[maybe_unused]] EtsEnv *env, ets_weak obj) in DeleteWeakGlobalRef() function