Closed
Bug 1204025
Opened 10 years ago
Closed 10 years ago
Symbol.length should be 0
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla43
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | fixed |
People
(Reporter: anba, Assigned: jandem)
Details
(Keywords: dev-doc-complete, Whiteboard: [DocArea=JS])
Attachments
(1 file)
|
2.03 KB,
patch
|
jorendorff
:
review+
|
Details | Diff | Splinter Review |
Test case:
---
Symbol.length
---
Expected: Returns 0
Actual: Returns 1
ES2015, 19.4.2 Properties of the Symbol Constructor
| Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Keywords: dev-doc-needed
Whiteboard: [DocArea=JS]
Comment 2•10 years ago
|
||
Comment on attachment 8659994 [details] [diff] [review]
Patch
Review of attachment 8659994 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8659994 -
Flags: review?(jorendorff) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Comment 5•10 years ago
|
||
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•