Skip to content

Commit

Permalink
Normative: add Reflect[Symbol.toStringTag]
Browse files Browse the repository at this point in the history
Fixes #1970.
  • Loading branch information
ljharb committed Jul 20, 2020
1 parent f700c03 commit 8eab6e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -41010,6 +41010,12 @@ <h1>Reflect.setPrototypeOf ( _target_, _proto_ )</h1>
1. Return ? _target_.[[SetPrototypeOf]](_proto_).
</emu-alg>
</emu-clause>

<emu-clause id="sec-reflect-@@tostringtag">
<h1>Reflect [ @@toStringTag ]</h1>
<p>The initial value of the @@toStringTag property is the String value *"Reflect"*.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
</emu-clause>
</emu-clause>

<emu-clause id="sec-proxy-objects">
Expand Down

0 comments on commit 8eab6e8

Please sign in to comment.