Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp94 JSHandle<JSTaggedValue> tempMapKey(JSArray::ArrayCreate(thread, JSTaggedNumber(0))); in HWTEST_F_L0() local
99 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal); in HWTEST_F_L0()
100 int keyEntry = templateMap->FindEntry(tempMapKey.GetTaggedValue()); in HWTEST_F_L0()
101 EXPECT_EQ(templateMap->GetKey(keyEntry), tempMapKey.GetTaggedValue()); in HWTEST_F_L0()
104 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal1); in HWTEST_F_L0()
105 int keyEntry1 = templateMap->FindEntry(tempMapKey.GetTaggedValue()); in HWTEST_F_L0()
107 EXPECT_EQ(templateMap->GetKey(keyEntry1), tempMapKey.GetTaggedValue()); in HWTEST_F_L0()
297 JSHandle<JSTaggedValue> tempMapKey(JSArray::ArrayCreate(thread, JSTaggedNumber(i))); in HWTEST_F_L0() local
299 templateMap = TemplateMap::Insert(thread, templateMap, tempMapKey, tempMapValue); in HWTEST_F_L0()
326 JSHandle<JSTaggedValue> tempMapKey(JSArray::ArrayCreate(thread, JSTaggedNumber(i))); in HWTEST_F_L0() local
[all …]