Closed
Bug 1566146
Opened 5 years ago
Closed 3 years ago
Implement the New Set methods proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: alex.fdm, Assigned: me)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 7 obsolete files)
The proposal is currently on Stage 2.
Reporter | ||
Updated•5 years ago
|
Type: task → enhancement
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → me
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D131734
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D131739
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D131742
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D131743
Assignee | ||
Comment 7•3 years ago
|
||
All of https://tc39.es/proposal-set-methods/#Set.prototype.isSubsetOf is now implemented
Next will be to add test cases to Test262
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D131734
Assignee | ||
Comment 9•3 years ago
|
||
Depends on D131734
Updated•3 years ago
|
Attachment #9251819 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9251818 -
Attachment is obsolete: true
Assignee | ||
Comment 10•3 years ago
|
||
Updated•3 years ago
|
Attachment #9251809 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9251812 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9251815 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9251816 -
Attachment is obsolete: true
Updated•3 years ago
|
Attachment #9251804 -
Attachment is obsolete: true
Comment 11•3 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/574eeabe438a
Implement Set methods union, intersection, difference, symmetricDifference, isSubsetOf, isSuperSetOf, isDisjointFrom as per https://tc39.es/proposal-set-methods/ r=arai
Comment 12•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox96:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•