Skip to content

Commit

Permalink
Install @@toStringTag on namespace objects
Browse files Browse the repository at this point in the history
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
  • Loading branch information
shvaikalesh authored Jul 23, 2020
1 parent 318315c commit d7145e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -14080,6 +14080,8 @@ The characteristics of a namespace object are described in [[#namespace-object]]
1. Return |namespaceObject|.
</div>

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


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

Expand Down

0 comments on commit d7145e2

Please sign in to comment.