Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fixes #115: @@toStringTag is writable now (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Sep 15, 2022
1 parent f29d0cd commit 1c066c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,9 @@ <h1>Iterator.prototype.find ( _fn_ )</h1>
<emu-clause id="sec-iteratorprototype-@@tostringtag">
<h1>Iterator.prototype [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value "Iterator".</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
<emu-note>
<p>Unlike the @@toStringTag on most built-in classes, for web-compatibility reasons this property must be writable.</p>
</emu-note>
</emu-clause>
</emu-clause>

Expand Down Expand Up @@ -964,7 +966,9 @@ <h1>AsyncIterator.prototype.find ( _fn_ )</h1>
<emu-clause id="sec-asynciteratorprototype-@@tostringtag">
<h1>AsyncIterator.prototype [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value "Async Iterator".</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
<emu-note>
<p>Unlike the @@toStringTag on most built-in classes, for web-compatibility reasons this property must be writable.</p>
</emu-note>
</emu-clause>
</emu-clause>
</emu-clause>
Expand Down

0 comments on commit 1c066c0

Please sign in to comment.