Searched refs:lastKey (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_weak_map_test.cpp | 174 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()
|
D | builtins_weak_set_test.cpp | 169 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/ |
D | js_hclass-inl.h | 48 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/ |
D | tagged_tree_test.cpp | 487 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()
|