Closed
Bug 1435813
Opened 7 years ago
Closed 6 years ago
Enable Array.prototype.flat (was flatten) and Array.prototype.flatMap in release builds
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: till, Assigned: evilpie)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
2.40 KB,
patch
|
till
:
review+
|
Details | Diff | Splinter Review |
We could in theory do this now, but waiting one more release is probably good.
Reporter | ||
Updated•7 years ago
|
Version: 57 Branch → unspecified
Reporter | ||
Updated•7 years ago
|
Depends on: private-methods
Reporter | ||
Updated•7 years ago
|
No longer depends on: private-methods
Assignee | ||
Updated•6 years ago
|
Summary: Enable Array.prototype.flatten and Array.prototype.flatMap in release builds → Enable Array.prototype.flat (was flatten) and Array.prototype.flatMap in release builds
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → evilpies
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Attachment #8983381 -
Flags: review?(till)
Reporter | ||
Comment 2•6 years ago
|
||
Comment on attachment 8983381 [details] [diff] [review]
Enable Array.prototype.flat and Array.prototype.flatMap in release builds. r?
Review of attachment 8983381 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8983381 -
Flags: review?(till) → review+
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cdf66457cb24
Enable Array.prototype.flat and Array.prototype.flatMap in release builds. r=till
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 5•6 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/62#JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•