Lines Matching defs:nextVal
500 JSHandle<JSTaggedValue> nextVal = JSIterator::IteratorValue(thread, next);
504 nextVal = JSHandle<JSTaggedValue>(thread, thread->GetException());
508 RETURN_COMPLETION_VALUE_IF_ABRUPT(thread, nextVal);
518 RETURN_COMPLETION_VALUE_IF_ABRUPT(thread, nextVal);
519 info->SetCallArg(nextVal.GetTaggedValue());
767 JSHandle<JSTaggedValue> nextVal = JSIterator::IteratorValue(thread, next);
771 nextVal = JSHandle<JSTaggedValue>(thread, thread->GetException());
774 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);
784 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);
785 taggedInfo->SetCallArg(nextVal.GetTaggedValue());
817 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);
951 JSHandle<JSTaggedValue> nextVal = JSIterator::IteratorValue(thread, next);
955 nextVal = JSHandle<JSTaggedValue>(thread, thread->GetException());
958 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);
968 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);
969 taggedInfo->SetCallArg(nextVal.GetTaggedValue());
1021 RETURN_COMPLETION_IF_ABRUPT(thread, nextVal);