Home
last modified time | relevance | path

Searched refs:iterValue (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp195 VReg iterValue = pg_->AllocReg(); in YieldStar() local
292 pg_->StoreAccumulator(node, iterValue); in YieldStar()
293 AsyncYield(node, iterValue, receivedType, receivedValue); in YieldStar()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_hashset_test.cpp350 JSHandle<JSTaggedValue> iterValue = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
351 JSTaggedValue valueFlag = tSet->Has(thread, iterValue.GetTaggedValue()); in HWTEST_F_L0()
406 JSHandle<JSTaggedValue> iterValue = JSObject::GetProperty(thread, entries, second).GetValue(); in HWTEST_F_L0() local
407 JSTaggedValue valueFlag = tSet->Has(thread, iterValue.GetTaggedValue()); in HWTEST_F_L0()
H A Dcontainers_hashmap_test.cpp337 JSHandle<JSTaggedValue> iterValue = JSIterator::IteratorValue(thread, result); in HWTEST_F_L0() local
338 JSTaggedValue valueFlag = JSAPIHashMap::HasValue(thread, tMap, iterValue); in HWTEST_F_L0()
407 JSHandle<JSTaggedValue> iterValue = JSObject::GetProperty(thread, entries, second).GetValue(); in HWTEST_F_L0() local
408 JSTaggedValue valueFlag = JSAPIHashMap::HasValue(thread, tMap, iterValue); in HWTEST_F_L0()

Completed in 4 milliseconds