File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ contributors: Mark S. Miller, Richard Gibson
360
360
1. Let _A_ be ? TypedArraySpeciesCreate(_O_, « 𝔽(_captured_) »<ins>, ~write~</ins>).
361
361
1. Let _n_ be 0.
362
362
1. For each element _e_ of _kept_, do
363
- 1. Perform <del>!</del><ins>?</ins> Set(_A_, ! ToString(𝔽(_n_)), _e_, *true*).
363
+ 1. Perform ! Set(_A_, ! ToString(𝔽(_n_)), _e_, *true*).
364
364
1. Set _n_ to _n_ + 1.
365
365
1. Return _A_.
366
366
</emu-alg>
@@ -479,7 +479,7 @@ contributors: Mark S. Miller, Richard Gibson
479
479
1. Repeat, while _k_ < _endIndex_,
480
480
1. Let _Pk_ be ! ToString(𝔽(_k_)).
481
481
1. Let _kValue_ be ! Get(_O_, _Pk_).
482
- 1. Perform <del>!</del><ins>?</ins> Set(_A_, ! ToString(𝔽(_n_)), _kValue_, *true*).
482
+ 1. Perform ! Set(_A_, ! ToString(𝔽(_n_)), _kValue_, *true*).
483
483
1. Set _k_ to _k_ + 1.
484
484
1. Set _n_ to _n_ + 1.
485
485
1. Return _A_.
You can’t perform that action at this time.
0 commit comments