mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibJS: Implement Array.prototype.flatMap
Also made recursive_array_flat more compliant with the spec So renamed it to flatten_into_array
This commit is contained in:
parent
4152409ac5
commit
910b803d8d
4 changed files with 125 additions and 9 deletions
|
@ -118,6 +118,7 @@ namespace JS {
|
|||
P(fixed) \
|
||||
P(flags) \
|
||||
P(flat) \
|
||||
P(flatMap) \
|
||||
P(floor) \
|
||||
P(fontcolor) \
|
||||
P(fontsize) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue