From d7145e2020c0f113a576cb88af37dcf4a4c3cca9 Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Thu, 23 Jul 2020 18:08:24 +0300 Subject: [PATCH] Install @@toStringTag on namespace objects A followup to #357. This change aligns WebIDL namespace objects with ECMA-262 ones, per https://github.com/tc39/ecma262/pull/2057#issuecomment-661259830. Tests: https://github.com/web-platform-tests/wpt/pull/24717 --- index.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.bs b/index.bs index 7040ee2e..34de69e3 100644 --- a/index.bs +++ b/index.bs @@ -14080,6 +14080,8 @@ The characteristics of a namespace object are described in [[#namespace-object]] 1. Return |namespaceObject|. +The [=class string=] of a [=namespace object=] is the [=namespace=]’s [=identifier=]. +

Exceptions