1
Fork 0
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:
davidot 2021-08-03 14:12:47 +02:00 committed by Linus Groh
parent 44da58c0b2
commit b6523906b3
5 changed files with 229 additions and 0 deletions

View file

@ -146,6 +146,8 @@ namespace JS {
P(filter) \
P(finally) \
P(find) \
P(findLast) \
P(findLastIndex) \
P(findIndex) \
P(fixed) \
P(flags) \