File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,9 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
255
255
border-bottom-color: #9D937D;
256
256
}
257
257
258
+ emu-const {
259
+ font-family: sans-serif;
260
+ }
258
261
259
262
emu-val {
260
263
font-weight: bold;
@@ -7635,7 +7638,7 @@ ECMAScript Array values.
7635
7638
given an iterable |iterable| and an iterator getter |method|,
7636
7639
perform the following steps:
7637
7640
7638
- 1. Let |iter| be [=?=] <a abstract-op>GetIterator</a>(|iterable|, sync, |method|).
7641
+ 1. Let |iter| be [=?=] <a abstract-op>GetIterator</a>(|iterable|, <emu-const> sync</emu-const> , |method|).
7639
7642
1. Initialize |i| to be 0.
7640
7643
1. Repeat
7641
7644
1. Let |next| be [=?=] <a abstract-op>IteratorStep</a>(|iter|).
You can’t perform that action at this time.
0 commit comments