Searched refs:iter_value (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_array_test.cpp | 173 JSHandle<JSTaggedValue> iter_value(JSIterator::IteratorValue(thread, iter_result)); in HWTEST_F_L0() local 179 …EXPECT_EQ(static_cast<int>(i), JSObject::GetProperty(thread, iter_value, index_key).GetValue()->Ge… in HWTEST_F_L0() 181 … JSObject::GetProperty(thread, iter_value, element_key).GetValue().GetTaggedValue()); in HWTEST_F_L0() 186 …EXPECT_EQ(static_cast<int>(i), JSObject::GetProperty(thread, iter_value, index_key).GetValue()->Ge… in HWTEST_F_L0() 187 …EXPECT_EQ(static_cast<int>(i), JSObject::GetProperty(thread, iter_value, element_key).GetValue()->… in HWTEST_F_L0()
|