Closed
Bug 1153825
Opened 10 years ago
Closed 10 years ago
Length properties of (Weak){Map,Set} constructors should be 0
Categories
(Core :: JavaScript: Standard Library, defect)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: fs, Assigned: fs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.69 KB,
patch
|
evilpies
:
review+
|
Details | Diff | Splinter Review |
Someone changed the docs on MDN for this and it is indeed true. The length properties changed again (fwiw, bug 975412, bug 1007285).
I think the spec is now final about this?!
See http://people.mozilla.org/~jorendorff/es6-draft.html#sec-properties-of-the-map-constructor and the like.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8591630 -
Flags: review?(jorendorff)
Comment 2•10 years ago
|
||
Comment on attachment 8591630 [details] [diff] [review]
v1.patch
Looks perfect, thanks!
Attachment #8591630 -
Flags: review?(jorendorff) → review?(evilpies)
Updated•10 years ago
|
Attachment #8591630 -
Flags: review?(evilpies) → review+
Assignee | ||
Comment 3•10 years ago
|
||
I don't have any commit or try access, so setting "checkin-needed" here. Let me know if you need anything more from my side.
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Assignee: nobody → fscholz
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Comment 6•10 years ago
|
||
(In reply to Florian Scholz [:fscholz] (MDN) from comment #0)
> Someone changed the docs on MDN for this and it is indeed true. The length
> properties changed again (fwiw, bug 975412, bug 1007285).
It was me. I'm sorry, I should have opened the bug about it as well. :/
You need to log in
before you can comment on or make changes to this bug.
Description
•