Closed
Bug 1299323
Opened 9 years ago
Closed 9 years ago
Define @@toStringTag on Module Namespace Objects
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: evilpies, Assigned: jonco)
References
Details
Attachments
(1 file)
|
5.04 KB,
patch
|
evilpies
:
review+
|
Details | Diff | Splinter Review |
Apparently modules namespace objects should have such a property with the value "Module". Spec: 26.3.1
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jcoppeard
| Assignee | ||
Comment 1•9 years ago
|
||
Implement toStringTag for module namespace object. The spec says that this is an own property of the object.
Attachment #8788479 -
Flags: review?(evilpies)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8788479 [details] [diff] [review]
bug1299323-to-string-tag
Review of attachment 8788479 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8788479 -
Flags: review?(evilpies) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f590934ef71f
Implement @@toStringTag for module namespace objects r=evilpie
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•