Searched refs:iterValue (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/function/ |
H A D | functionBuilder.cpp | 195 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 D | containers_hashset_test.cpp | 350 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 D | containers_hashmap_test.cpp | 337 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