Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp157 void HasAndDeleteCommon(JSThread* thread, JSHandle<JSWeakSet>& weakSet, JSTaggedValue& lastKey) in HasAndDeleteCommon()
187 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
205 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Dbuiltins_weak_map_test.cpp167 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
204 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h51 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(thread, last)); in AddTransitions() local
90 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(thread, last)); in AddProtoTransitions() local
120 auto lastKey = layoutInfo->GetKey(thread, last); in FindTransitions() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp433 JSTaggedValue lastKey = tmap->GetLastKey(thread); in HWTEST_F_L0() local
631 JSTaggedValue lastKey = tset->GetLastKey(thread); in HWTEST_F_L0() local