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