mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
LibJS: Implement proposed Array.prototype.findLast{,Index}
Proposal: https://tc39.es/proposal-array-find-from-last/
This commit is contained in:
parent
44da58c0b2
commit
b6523906b3
5 changed files with 229 additions and 0 deletions
|
@ -146,6 +146,8 @@ namespace JS {
|
|||
P(filter) \
|
||||
P(finally) \
|
||||
P(find) \
|
||||
P(findLast) \
|
||||
P(findLastIndex) \
|
||||
P(findIndex) \
|
||||
P(fixed) \
|
||||
P(flags) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue