We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d267c commit 26bd708Copy full SHA for 26bd708
spec.emu
@@ -27,6 +27,7 @@ copyright: false
27
1. Repeat, while _innerAlive_ is *true*,
28
1. Let _iteratorResult_ be ? IteratorStep(_iteratorRecord_).
29
1. If _iteratorResult_ is ~done~, then
30
+ 1. Perform ? IteratorValue(_iteratorResult_).
31
1. Set _innerAlive_ to *false*.
32
1. Else,
33
1. Let _completion_ be Completion(GeneratorYield(_iteratorResult_)).
0 commit comments