Skip to content

Commit 1b28e1b

Browse files
bathosMs2ger
authored andcommitted
add emu-const element/css for ECMA262 "sync" constant
1 parent d19c0f1 commit 1b28e1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262
255255
border-bottom-color: #9D937D;
256256
}
257257

258+
emu-const {
259+
font-family: sans-serif;
260+
}
258261

259262
emu-val {
260263
font-weight: bold;
@@ -7635,7 +7638,7 @@ ECMAScript Array values.
76357638
given an iterable |iterable| and an iterator getter |method|,
76367639
perform the following steps:
76377640

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|).
76397642
1. Initialize |i| to be 0.
76407643
1. Repeat
76417644
1. Let |next| be [=?=] <a abstract-op>IteratorStep</a>(|iter|).

0 commit comments

Comments
 (0)