Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_map_test.cpp174 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
190 lastKey = key.GetTaggedValue(); in HWTEST_F_L0()
198 ecmaRuntimeCallInfo1->SetCallArg(0, lastKey); in HWTEST_F_L0()
223 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
242 lastKey = key.GetTaggedValue(); in HWTEST_F_L0()
251 ecmaRuntimeCallInfo1->SetCallArg(0, lastKey); in HWTEST_F_L0()
Dbuiltins_weak_set_test.cpp169 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
185 lastKey = key.GetTaggedValue(); in HWTEST_F_L0()
192 ecmaRuntimeCallInfo1->SetCallArg(0, lastKey); in HWTEST_F_L0()
217 JSTaggedValue lastKey(JSTaggedValue::Undefined()); in HWTEST_F_L0() local
236 lastKey = key.GetTaggedValue(); in HWTEST_F_L0()
244 ecmaRuntimeCallInfo1->SetCallArg(0, lastKey); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h48 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(last)); in AddTransitions() local
51 …transitions = TransitionsDictionary::PutIfAbsent(thread, dict, lastKey, lastHClass, attr).GetTagge… in AddTransitions()
80 auto lastKey = JSHandle<JSTaggedValue>(thread, layoutInfo->GetKey(last)); in AddProtoTransitions() local
83 …transitions = TransitionsDictionary::PutIfAbsent(thread, dict, lastKey, lastHClass, attr).GetTagge… in AddProtoTransitions()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp487 JSTaggedValue lastKey = tmap->GetLastKey(); in HWTEST_F_L0() local
488 EXPECT_EQ(lastKey, JSTaggedValue(NODE_NUMBERS - 1)); in HWTEST_F_L0()
501 lastKey = tmap->GetLastKey(); in HWTEST_F_L0()
502 EXPECT_EQ(lastKey, key.GetTaggedValue()); in HWTEST_F_L0()
699 JSTaggedValue lastKey = tset->GetLastKey(); in HWTEST_F_L0() local
700 EXPECT_EQ(lastKey, JSTaggedValue(NODE_NUMBERS - 1)); in HWTEST_F_L0()
710 lastKey = tset->GetLastKey(); in HWTEST_F_L0()
711 EXPECT_EQ(lastKey, key.GetTaggedValue()); in HWTEST_F_L0()