Home
last modified time | relevance | path

Searched defs:globalRef (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/examples/finalization_registry/
Dfin_reg_test.cpp231 ani_ref globalRef = nullptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp829 static mem::Reference *EtsNapiObjectToGlobalReference(ets_object globalRef) in EtsNapiObjectToGlobalReference()
836 void PandaEtsVM::DeleteGlobalRef(ets_object globalRef) in DeleteGlobalRef()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts135 let globalRef = new GlobalRef(name, ref); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp643 NO_UB_SANITIZE static void DeleteGlobalRef([[maybe_unused]] EtsEnv *env, ets_object globalRef) in DeleteGlobalRef()