Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -3830,6 +3830,16 @@ <h1>Well-Known Intrinsic Objects</h1>
The prototype of Iterator Helper objects (<emu-xref href="#sec-%iteratorhelperprototype%-object"></emu-xref>)
</td>
</tr>
<tr>
<td>
%IteratorPrototype%
</td>
<td>
</td>
<td>
The prototype of Iterator objects (<emu-xref href="#sec-iterator.prototype"></emu-xref>)
</td>
</tr>
<tr>
<td>
%JSON%
Expand Down Expand Up @@ -47617,16 +47627,17 @@ <h1>%WrapForValidIteratorPrototype%.return ( )</h1>

<emu-clause id="sec-iterator.prototype">
<h1>Iterator.prototype</h1>
<p>The initial value of Iterator.prototype is %Iterator.prototype%.</p>
<p>The initial value of Iterator.prototype is %IteratorPrototype%.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>
</emu-clause>
</emu-clause>
</emu-clause>

<emu-clause oldids="sec-%iteratorprototype%-object" id="sec-%iterator.prototype%-object">
<h1>The %Iterator.prototype% Object</h1>
<p>The <dfn>%Iterator.prototype%</dfn> object:</p>
<h1>The %IteratorPrototype% Object</h1>
<p>The <dfn>%IteratorPrototype%</dfn> object:</p>
<ul>
<li>is <dfn>%Iterator.prototype%</dfn>.</li>
<li>has a [[Prototype]] internal slot whose value is %Object.prototype%.</li>
<li>is an ordinary object.</li>
</ul>
Expand Down