mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 14:19:15 +00:00
LibJS: Implement Array.prototype.flat
This commit is contained in:
parent
83d880180e
commit
3940635ed3
Notes:
sideshowbarker
2024-07-18 22:10:15 +09:00
Author: https://github.com/kessejones
Commit: 3940635ed3
Pull-request: https://github.com/SerenityOS/serenity/pull/5381
Reviewed-by: https://github.com/brendalf
Reviewed-by: https://github.com/linusg ✅
3 changed files with 50 additions and 0 deletions
|
@ -108,6 +108,7 @@ namespace JS {
|
|||
P(find) \
|
||||
P(findIndex) \
|
||||
P(flags) \
|
||||
P(flat) \
|
||||
P(floor) \
|
||||
P(forEach) \
|
||||
P(from) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue