1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

LibJS: Implement Array.prototype.flat

This commit is contained in:
Kesse Jones 2021-02-16 17:16:13 -03:00 committed by Andreas Kling
parent 83d880180e
commit 3940635ed3
3 changed files with 50 additions and 0 deletions

View file

@ -108,6 +108,7 @@ namespace JS {
P(find) \
P(findIndex) \
P(flags) \
P(flat) \
P(floor) \
P(forEach) \
P(from) \