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 Jun 19, 2020
1 parent 6f0a88d commit f8955e1
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 @@ -40895,6 +40895,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 f8955e1

Please sign in to comment.