You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prototype of String iterator objects (<emu-xref href="#sec-string-iterator-objects"></emu-xref>)
3893
+
The prototype of String Iterator objects (<emu-xref href="#sec-string-iterator-objects"></emu-xref>)
3894
3894
</td>
3895
3895
</tr>
3896
3896
<tr>
@@ -35659,13 +35659,13 @@ <h1>length</h1>
35659
35659
35660
35660
<emu-clause id="sec-string-iterator-objects">
35661
35661
<h1>String Iterator Objects</h1>
35662
-
<p>A <dfn variants="String iterators,String iterator object,String iterator objects">String iterator</dfn> is an object that represents a specific iteration over some specific String instance object. There is not a named constructor for String iterator objects. Instead, String iterator objects are created by calling certain methods of String instance objects.</p>
35662
+
<p>A <dfn variants="String Iterators,String Iterator object,String Iterator objects">String Iterator</dfn> is an object that represents a specific iteration over some specific String instance object. There is not a named constructor for String Iterator objects. Instead, String Iterator objects are created by calling certain methods of String instance objects.</p>
<p>A <dfn variants="RegExp String iterators,RegExp String iterator object,RegExp String iterator objects">RegExp String iterator</dfn> is an object that represents a specific iteration over some specific String instance object, matching against some specific RegExp instance object. There is not a named constructor for RegExp String iterator objects. Instead, RegExp String iterator objects are created by calling certain methods of RegExp instance objects.</p>
38702
+
<p>A <dfn variants="RegExp String Iterators,RegExp String Iterator object,RegExp String Iterator objects">RegExp String Iterator</dfn> is an object that represents a specific iteration over some specific String instance object, matching against some specific RegExp instance object. There is not a named constructor for RegExp String Iterator objects. Instead, RegExp String Iterator objects are created by calling certain methods of RegExp instance objects.</p>
<li>has properties that are inherited by all RegExp String iterator objects.</li>
38737
+
<li>has properties that are inherited by all RegExp String Iterator objects.</li>
38738
38738
<li>is an ordinary object.</li>
38739
38739
<li>has a [[Prototype]] internal slot whose value is %Iterator.prototype%.</li>
38740
38740
<li>has the following properties:</li>
@@ -40268,7 +40268,7 @@ <h1>length</h1>
40268
40268
40269
40269
<emu-clause id="sec-array-iterator-objects">
40270
40270
<h1>Array Iterator Objects</h1>
40271
-
<p>An <dfn variants="Array iterators,Array iterator object,Array iterator objects">Array iterator</dfn> is an object that represents a specific iteration over some specific Array instance object. There is not a named constructor for Array iterator objects. Instead, Array iterator objects are created by calling certain methods of Array instance objects.</p>
40271
+
<p>An <dfn variants="Array Iterators,Array Iterator object,Array Iterator objects">Array Iterator</dfn> is an object that represents a specific iteration over some specific Array instance object. There is not a named constructor for Array Iterator objects. Instead, Array Iterator objects are created by calling certain methods of Array instance objects.</p>
<p>The existing [[MapData]] List is preserved because there may be existing Map iterator objects that are suspended midway through iterating over that List.</p>
42108
+
<p>The existing [[MapData]] List is preserved because there may be existing Map Iterator objects that are suspended midway through iterating over that List.</p>
42109
42109
</emu-note>
42110
42110
</emu-clause>
42111
42111
@@ -42262,7 +42262,7 @@ <h1>Properties of Map Instances</h1>
42262
42262
42263
42263
<emu-clause id="sec-map-iterator-objects">
42264
42264
<h1>Map Iterator Objects</h1>
42265
-
<p>A <dfn variants="Map iterators,Map iterator object,Map iterator objects">Map iterator</dfn> is an object, that represents a specific iteration over some specific Map instance object. There is not a named constructor for Map iterator objects. Instead, map iterator objects are created by calling certain methods of Map instance objects.</p>
42265
+
<p>A <dfn variants="Map Iterators,Map Iterator object,Map Iterator objects">Map Iterator</dfn> is an object, that represents a specific iteration over some specific Map instance object. There is not a named constructor for Map Iterator objects. Instead, map iterator objects are created by calling certain methods of Map instance objects.</p>
<p>The existing [[SetData]] List is preserved because there may be existing Set iterator objects that are suspended midway through iterating over that List.</p>
42574
+
<p>The existing [[SetData]] List is preserved because there may be existing Set Iterator objects that are suspended midway through iterating over that List.</p>
42575
42575
</emu-note>
42576
42576
</emu-clause>
42577
42577
@@ -42894,7 +42894,7 @@ <h1>Properties of Set Instances</h1>
42894
42894
42895
42895
<emu-clause id="sec-set-iterator-objects">
42896
42896
<h1>Set Iterator Objects</h1>
42897
-
<p>A <dfn variants="Set iterators,Set iterator object,Set iterator objects">Set iterator</dfn> is an ordinary object, with the structure defined below, that represents a specific iteration over some specific Set instance object. There is not a named constructor for Set iterator objects. Instead, set iterator objects are created by calling certain methods of Set instance objects.</p>
42897
+
<p>A <dfn variants="Set Iterators,Set Iterator object,Set Iterator objects">Set Iterator</dfn> is an ordinary object, with the structure defined below, that represents a specific iteration over some specific Set instance object. There is not a named constructor for Set Iterator objects. Instead, set iterator objects are created by calling certain methods of Set instance objects.</p>
<p>An <dfn variants="Async-from-Sync Iterator objects">Async-from-Sync Iterator object</dfn> is an async iterator that adapts a specific synchronous iterator. Async-from-Sync Iterator objects are never directly accessible to ECMAScript code. There is not a named constructor for Async-from-Sync Iterator objects. Instead, Async-from-Sync iterator objects are created by the CreateAsyncFromSyncIterator abstract operation as needed.</p>
47065
+
<p>An <dfn variants="Async-from-Sync Iterator objects">Async-from-Sync Iterator object</dfn> is an async iterator that adapts a specific synchronous iterator. Async-from-Sync Iterator objects are never directly accessible to ECMAScript code. There is not a named constructor for Async-from-Sync Iterator objects. Instead, Async-from-Sync Iterator objects are created by the CreateAsyncFromSyncIterator abstract operation as needed.</p>
0 commit comments