Skip to content

Commit

Permalink
remaining "Iterator Objects"
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Oct 29, 2024
1 parent 7d60cec commit e301f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -22493,7 +22493,7 @@ <h1>
<h1>The %ForInIteratorPrototype% Object</h1>
<p>The <dfn>%ForInIteratorPrototype%</dfn> object:</p>
<ul>
<li>has properties that are inherited by all For-In Iterator Objects.</li>
<li>has properties that are inherited by all For-In Iterator objects.</li>
<li>is an ordinary object.</li>
<li>has a [[Prototype]] internal slot whose value is %Iterator.prototype%.</li>
<li>is never directly accessible to ECMAScript code.</li>
Expand Down Expand Up @@ -47094,7 +47094,7 @@ <h1>
<h1>The %AsyncFromSyncIteratorPrototype% Object</h1>
<p>The <dfn>%AsyncFromSyncIteratorPrototype%</dfn> object:</p>
<ul>
<li>has properties that are inherited by all Async-from-Sync Iterator Objects.</li>
<li>has properties that are inherited by all Async-from-Sync Iterator objects.</li>
<li>is an ordinary object.</li>
<li>has a [[Prototype]] internal slot whose value is %AsyncIteratorPrototype%.</li>
<li>is never directly accessible to ECMAScript code.</li>
Expand Down

0 comments on commit e301f73

Please sign in to comment.