From 8eab6e85cf9f69b41d1d61b49ff5f907e5b0ed41 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 20 Jul 2020 13:02:52 -0700 Subject: [PATCH] Normative: add `Reflect[Symbol.toStringTag]` Fixes #1970. --- spec.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec.html b/spec.html index e6ad4f0b28..36d6292a4b 100644 --- a/spec.html +++ b/spec.html @@ -41010,6 +41010,12 @@

Reflect.setPrototypeOf ( _target_, _proto_ )

1. Return ? _target_.[[SetPrototypeOf]](_proto_). + + +

Reflect [ @@toStringTag ]

+

The initial value of the @@toStringTag property is the String value *"Reflect"*.

+

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.

+