Closed
Bug 1783702
Opened 2 years ago
Closed 2 years ago
"length" can't be used as a property key in Array.prototype.group
Categories
(Core :: JavaScript: Standard Library, defect, P1)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | wontfix |
firefox103 | --- | wontfix |
firefox104 | --- | wontfix |
firefox105 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
"length" can't be used as a property key in Array.prototype.group
Assignee | ||
Comment 1•2 years ago
|
||
Drive-by fixes:
- Rename some variables to match spec text.
- Avoid duplicate lookups.
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/15e23ffa1430
Support "length" in Array.prototype.group. r=mgaudet
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P1
Updated•2 years ago
|
Blocks: sm-runtime
Updated•2 years ago
|
Updated•2 years ago
|
Keywords: regression
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1739648
status-firefox103:
--- → affected
status-firefox104:
--- → affected
status-firefox-esr102:
--- → affected
status-firefox-esr91:
--- → unaffected
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Comment 5•2 years ago
|
||
The patch landed in nightly and beta is affected.
:anba, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox104
towontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(andrebargull)
Assignee | ||
Comment 6•2 years ago
|
||
This feature doesn't ship, so we don't have to uplift.
Flags: needinfo?(andrebargull)
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•