You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Let _iter_ be Completion(GetIteratorFlattenable(_value_, ~iterate-strings~)).
104
-
1. IfAbruptCloseIterators(_iter_, _openIters_).
100
+
1. IfAbruptCloseIterators(_iter_, _iters_).
105
101
1. Append _iter_ to _iters_.
106
-
1. Append _iter_ to _openIters_.
107
102
1. Let _iterCount_ be the number of elements in _iters_.
108
103
1. If _mode_ is ~longest~, then
109
104
1. If _paddingOption_ is *undefined*, then
@@ -112,14 +107,13 @@ copyright: false
112
107
1. Else,
113
108
1. For each element _key_ of _keys_, do
114
109
1. Let _value_ be Completion(Get(_paddingOption_, _key_)).
115
-
1. IfAbruptCloseIterators(_value_, _openIters_).
110
+
1. IfAbruptCloseIterators(_value_, _iters_).
116
111
1. Append _value_ to _padding_.
117
112
1. Let _finishResults_ be a new Abstract Closure with parameters (_results_) that captures _keys_ and _iterCount_ and performs the following steps when called:
118
113
1. Let _obj_ be OrdinaryObjectCreate(*null*).
119
114
1. For each integer _i_ such that 0 ≤ _i_ < _iterCount_, do
0 commit comments