We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae423b1 commit b843c8aCopy full SHA for b843c8a
spec.emu
@@ -159,9 +159,10 @@ copyright: false
159
1. Return ? IteratorCloseAll(_openIters_, ThrowCompletion(a newly created *TypeError* object)).
160
1. For each integer _k_ such that 1 ≤ _k_ < _iterCount_, in ascending order, do
161
1. Let _open_ be Completion(IteratorStep(_iters_[_k_])).
162
- 1. If _result_ is an abrupt completion, then
+ 1. If _open_ is an abrupt completion, then
163
1. Remove _iters_[_k_] from _openIters_.
164
- 1. Return ? IteratorCloseAll(_openIters_, _result_).
+ 1. Return ? IteratorCloseAll(_openIters_, _open_).
165
+ 1. Set _open_ to ! _open_.
166
1. If _open_ is *false*, then
167
168
1. Else,
0 commit comments