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:
parent
83d880180e
commit
3940635ed3
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