Implement Array find from last
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: alex.fdm, Assigned: kingwenlu)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(4 files)
This proposal is currently in Stage 2.
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Hey folks!
I have submitted a patch to implement the proposal.
This is my first time to using Mozilla's toolchain and system.
Please let me know if I've done anything wrong or if there's anything I need to do.
Thanks!
Seems I have missed some non-test262 tests. I'll append them soon.
Comment 4•3 years ago
|
||
I've skimmed over the changes and they look really great!
Array and TypedArray properties are also tested in test_xrayToJS.xhtml.
Comment 5•3 years ago
•
|
||
:kingwl I will assign this bug to you, thanks for taking it on! You can assign one of us as a reviewer (i am happy to take a look also) in the phabricator patch.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Hey everyone! Sorry for pushing.
What should I do for now? Happy to follow all changes.
Thanks!
Comment 7•3 years ago
|
||
can you rebase on master? If you have any issues let me know.
Comment 8•3 years ago
|
||
I've reviewed the changes. A few nits -- and requires a rebase.
Updated•3 years ago
|
Comment 10•3 years ago
|
||
Some of the non262 tests were failing after I rebased. It turns out that the tests themselves were wrong.
Depends on D121840
Comment 11•3 years ago
|
||
Depends on D148329
Comment 12•3 years ago
|
||
Depends on D148330
Updated•3 years ago
|
Comment 13•3 years ago
|
||
Comment 14•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f00022da18d2
https://hg.mozilla.org/mozilla-central/rev/a320eb1a5edd
https://hg.mozilla.org/mozilla-central/rev/4daed96c7c3f
https://hg.mozilla.org/mozilla-central/rev/05353f93e509
Updated•3 years ago
|
Comment 15•3 years ago
|
||
Yulia, I saw that this feature is implemented behind the pref javascript.options.experimental.array_find_last
at the moment. Is there already a bug filed for letting it ride the trains? I couldn't find one.
Sebastian
Comment 16•3 years ago
|
||
You can find the shipping bug here: https://bugzilla.mozilla.org/show_bug.cgi?id=1775026
It isn't currently riding the trains, it just went to stage 4 two weeks ago so there wasn't time to do that work yet.
Updated•3 years ago
|
Comment 17•3 years ago
|
||
FF103 docs work for this can be tracked in https://github.com/mdn/content/issues/17473
It is pretty much complete, bar reviews.
Description
•