Lines Matching defs:nextValue
499 // e. Let nextValue be IteratorValue(next).
501 // f. If nextValue is an abrupt completion, set iteratorRecord.[[done]] to true.
507 // g. ReturnIfAbrupt(nextValue).
515 // i. Let nextPromise be Invoke(constructor, "resolve", «nextValue»).
569 // e. Let nextValue be IteratorValue(next).
570 // f. If nextValue is an abrupt completion, set iteratorRecord.[[done]] to true.
571 // g. ReturnIfAbrupt(nextValue).
572 // h. Let nextPromise be Invoke(C, "resolve", «nextValue»).
597 JSHandle<JSTaggedValue> nextValue = JSIterator::IteratorValue(thread, next);
600 nextValue = JSPromise::IfThrowGetThrowValue(thread);
602 RETURN_COMPLETION_IF_ABRUPT(thread, nextValue);
606 RETURN_COMPLETION_IF_ABRUPT(thread, nextValue);
607 info->SetCallArg(nextValue.GetTaggedValue());
766 // e. Let nextValue be IteratorValue(next).
768 // f. If nextValue is an abrupt completion, set iteratorRecord.[[Done]] to true.
773 // g. ReturnIfAbrupt(nextValue).
781 // i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).
950 // e. Let nextValue be IteratorValue(next).
952 // f. If nextValue is an abrupt completion, set iteratorRecord.[[Done]] to true.
957 // g. ReturnIfAbrupt(nextValue).
965 // i. Let nextPromise be ? Call(promiseResolve, constructor, « nextValue »).