Skip to content

Commit d7145e2

Browse files
authored
Install @@toStringTag on namespace objects
A followup to #357. This change aligns WebIDL namespace objects with ECMA-262 ones, per tc39/ecma262#2057 (comment). Tests: web-platform-tests/wpt#24717
1 parent 318315c commit d7145e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14080,6 +14080,8 @@ The characteristics of a namespace object are described in [[#namespace-object]]
1408014080
1. Return |namespaceObject|.
1408114081
</div>
1408214082

14083+
The [=class string=] of a [=namespace object=] is the [=namespace=]’s [=identifier=].
14084+
1408314085

1408414086
<h3 id="es-exceptions">Exceptions</h3>
1408514087

0 commit comments

Comments
 (0)