Bug 248651
Summary: | Implement new Set Methods (intersection, union, difference, symmetricDifference, isSubsetOf, isSupersetOf, isDisjointFrom) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tetsuharu Ohzeki [UTC+9] <tetsuharu.ohzeki> |
Component: | JavaScriptCore | Assignee: | Ross Kirsling <ross.kirsling> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ross.kirsling, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tetsuharu Ohzeki [UTC+9]
It has been promoted to stage 3.
https://github.com/tc39/proposals/commit/7130d141bfd883c2fb0ed64e7e0d0900ffe9e73b
- `Set.prototype.intersection(other)`
- `Set.prototype.union(other)`
- `Set.prototype.difference(other)`
- `Set.prototype.symmetricDifference(other)`
- `Set.prototype.isSubsetOf(other)`
- `Set.prototype.isSupersetOf(other)`
- `Set.prototype.isDisjointFrom(other)`
spec: https://github.com/tc39/proposal-set-methods
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104444161>
Ross Kirsling
*** This bug has been marked as a duplicate of bug 251510 ***