File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11909,9 +11909,10 @@ use standard ECMAScript Array iterator objects.
11909
11909
When a [=default iterator object=] is first created,
11910
11910
its index is set to 0.
11911
11911
11912
- The [=class string=] of a [=default iterator object=] for a given [=interface=]
11913
- is the result of concatenating the [=identifier=] of the [=interface=]
11914
- and the string "<code> Iterator</code>".
11912
+ [=Default iterator objects=] do not have [=class strings=]; when <code
11913
+ class="idl">Object.prototype.toString()</code> is called on a [=default
11914
+ iterator object=] of a given [=interface=], the [=class string=] of the
11915
+ [=iterator prototype object=] of that [=interface=] is used.
11915
11916
11916
11917
11917
11918
<h5 id="es-iterator-prototype-object">Iterator prototype object</h5>
You can’t perform that action at this time.
0 commit comments