Skip to content

Commit 27da4af

Browse files
inline index
1 parent b953d75 commit 27da4af

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

spec.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49361,11 +49361,10 @@ <h1>
4936149361
1. Let _alreadyCalled_ be _F_.[[AlreadyCalled]].
4936249362
1. If _alreadyCalled_.[[Value]] is *true*, return *undefined*.
4936349363
1. Set _alreadyCalled_.[[Value]] to *true*.
49364-
1. Let _index_ be _F_.[[Index]].
4936549364
1. Let _obj_ be OrdinaryObjectCreate(%Object.prototype%).
4936649365
1. Perform ! CreateDataPropertyOrThrow(_obj_, *"status"*, *"fulfilled"*).
4936749366
1. Perform ! CreateDataPropertyOrThrow(_obj_, *"value"*, _value_).
49368-
1. Set _values_[_index_] to _obj_.
49367+
1. Set _values_[_F_.[[Index]]] to _obj_.
4936949368
1. Set _remainingElementsCount_.[[Value]] to _remainingElementsCount_.[[Value]] - 1.
4937049369
1. If _remainingElementsCount_.[[Value]] = 0, then
4937149370
1. Let _valuesArray_ be CreateArrayFromList(_values_).
@@ -49379,11 +49378,10 @@ <h1>
4937949378
1. Let _alreadyCalled_ be _F_.[[AlreadyCalled]].
4938049379
1. If _alreadyCalled_.[[Value]] is *true*, return *undefined*.
4938149380
1. Set _alreadyCalled_.[[Value]] to *true*.
49382-
1. Let _index_ be _F_.[[Index]].
4938349381
1. Let _obj_ be OrdinaryObjectCreate(%Object.prototype%).
4938449382
1. Perform ! CreateDataPropertyOrThrow(_obj_, *"status"*, *"rejected"*).
4938549383
1. Perform ! CreateDataPropertyOrThrow(_obj_, *"reason"*, _error_).
49386-
1. Set _values_[_index_] to _obj_.
49384+
1. Set _values_[_F_.[[Index]]] to _obj_.
4938749385
1. Set _remainingElementsCount_.[[Value]] to _remainingElementsCount_.[[Value]] - 1.
4938849386
1. If _remainingElementsCount_.[[Value]] = 0, then
4938949387
1. Let _valuesArray_ be CreateArrayFromList(_values_).

0 commit comments

Comments
 (0)