Home
last modified time | relevance | path

Searched refs:finaRegObj1 (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp218 JSHandle<JSFinalizationRegistry> finaRegObj1(thread, constructor.GetTaggedValue()); in HWTEST_F_L0() local
221 JSFinalizationRegistry::Register(thread, target1, heldValue, unregisterToken, finaRegObj1); in HWTEST_F_L0()
289 JSHandle<JSFinalizationRegistry> finaRegObj1(thread, constructor.GetTaggedValue()); in HWTEST_F_L0() local
293 JSFinalizationRegistry::Register(thread, target1, heldValue, unregisterToken, finaRegObj1); in HWTEST_F_L0()
294 JSFinalizationRegistry::Unregister(thread, target1, finaRegObj1); in HWTEST_F_L0()