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 4d2116b commit 4149bf9Copy full SHA for 4149bf9
spec.html
@@ -49292,8 +49292,7 @@ <h1>
49292
1. Let _F_ be the active function object.
49293
1. If _F_.[[AlreadyCalled]] is *true*, return *undefined*.
49294
1. Set _F_.[[AlreadyCalled]] to *true*.
49295
- 1. Let _index_ be _F_.[[Index]].
49296
- 1. Set _values_[_index_] to _value_.
+ 1. Set _values_[_F_.[[Index]]] to _value_.
49297
1. Set _remainingElementsCount_.[[Value]] to _remainingElementsCount_.[[Value]] - 1.
49298
1. If _remainingElementsCount_.[[Value]] = 0, then
49299
1. Let _valuesArray_ be CreateArrayFromList(_values_).
0 commit comments