LibJS: Implement Array.prototype.flat

This commit is contained in:
Kesse Jones 2021-02-16 17:16:13 -03:00 committed by Andreas Kling
commit 3940635ed3
Notes: sideshowbarker 2024-07-18 22:10:15 +09:00
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) \