Closed
Bug 1557722
Opened 6 years ago
Closed 5 years ago
Implement the for-in enumeration order proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: afmenez, Unassigned)
References
(Blocks 1 open bug, )
Details
The proposal is now on Stage 2: https://github.com/tc39/proposal-for-in-exploration
Reporter | ||
Updated•6 years ago
|
Type: task → enhancement
Summary: Implement for-in enumeration order → Implement the for-in enumeration order proposal
![]() |
||
Updated•6 years ago
|
Priority: -- → P3
![]() |
||
Comment 1•6 years ago
|
||
Is there really anything to implement here? I thought the goal was just to specify more closely what implementations actually do.
Reporter | ||
Comment 2•6 years ago
|
||
Maybe make sure to pass all the tests. When they exist.
Comment 5•5 years ago
|
||
I don't see any open issues about for-in
loops in https://searchfox.org/mozilla-central/source/js/src/tests/jstests.list, so let's close this issue as fixed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•