Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_map_test.cpp96 JSHandle<JSTaggedValue> templateArrVal(factory->NewFromASCII("key")); in HWTEST_F_L0() local
99 TemplateMap::Insert(thread, templateMap, tempMapKey, templateArrVal); in HWTEST_F_L0()
102 EXPECT_EQ(templateMap->GetValue(keyEntry), templateArrVal.GetTaggedValue()); in HWTEST_F_L0()