Skip to content

Commit 4149bf9

Browse files
Editorial: inline index alias in PerformPromiseAll AC
1 parent 4d2116b commit 4149bf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49292,8 +49292,7 @@ <h1>
4929249292
1. Let _F_ be the active function object.
4929349293
1. If _F_.[[AlreadyCalled]] is *true*, return *undefined*.
4929449294
1. Set _F_.[[AlreadyCalled]] to *true*.
49295-
1. Let _index_ be _F_.[[Index]].
49296-
1. Set _values_[_index_] to _value_.
49295+
1. Set _values_[_F_.[[Index]]] to _value_.
4929749296
1. Set _remainingElementsCount_.[[Value]] to _remainingElementsCount_.[[Value]] - 1.
4929849297
1. If _remainingElementsCount_.[[Value]] = 0, then
4929949298
1. Let _valuesArray_ be CreateArrayFromList(_values_).

0 commit comments

Comments
 (0)