Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treeset_test.cpp864 JSHandle<JSTaggedValue> itRes = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
865 EXPECT_TRUE(JSTaggedValue::SameValue(key, itRes)); in HWTEST_F_L0()
1072 JSHandle<JSTaggedValue> itRes = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
1073 EXPECT_TRUE(JSTaggedValue::SameValue(key, itRes)); in HWTEST_F_L0()
Dcontainers_treemap_test.cpp945 JSHandle<JSTaggedValue> itRes = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
946 EXPECT_TRUE(JSTaggedValue::SameValue(key, itRes)); in HWTEST_F_L0()
1324 JSHandle<JSTaggedValue> itRes = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
1325 EXPECT_TRUE(JSTaggedValue::SameValue(key, itRes)); in HWTEST_F_L0()