Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp73 JSHandle<CellRecordVector> noUnregister(thread, obj->GetNoUnregister()); in Register() local
179 JSHandle<CellRecordVector> noUnregister(thread, obj->GetNoUnregister()); in CleanupFinalizationRegistry() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_finalization_registry.cpp51 JSHandle<CellRecordVector> noUnregister(CellRecordVector::Create(thread)); in FinalizationRegistryConstructor() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp99 JSHandle<JSTaggedValue> noUnregister(thread, finaRegObj->GetNoUnregister()); in HWTEST_F_L0() local
169 JSHandle<CellRecordVector> noUnregister(thread, finaRegObj->GetNoUnregister()); in RegisterUnRegisterTestCommon() local