File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11538,7 +11538,6 @@ then the [=function object=] is {{%ArrayProto_forEach%}}.
11538
11538
11539
11539
with the following prose definition:
11540
11540
11541
- 1. Let |O| be the <emu-val>this</emu-val> value.
11542
11541
1. Let |pairs| be the list of [=value pairs to iterate over=].
11543
11542
1. Let |i| be 0.
11544
11543
1. While |i| is less than the length of |pairs|:
@@ -11547,8 +11546,7 @@ then the [=function object=] is {{%ArrayProto_forEach%}}.
11547
11546
1. Let |value| be |pair|’s value.
11548
11547
1. [=Invoke=] |callback| with |thisArg|
11549
11548
(or <emu-val>undefined</emu-val>, if the argument was not supplied)
11550
- as the [=callback this value|callback this value=] and
11551
- |value|, |key| and |O| as its arguments.
11549
+ as the [=callback this value=] and |value|, |key| and <b>this</b> as its arguments.
11552
11550
1. Update |pairs| to the current list of [=value pairs to iterate over=].
11553
11551
1. Set |i| to |i| + 1.
11554
11552
</div>
You can’t perform that action at this time.
0 commit comments