1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +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:
davidot 2021-06-13 16:21:59 +02:00 committed by Linus Groh
parent 4152409ac5
commit 910b803d8d
4 changed files with 125 additions and 9 deletions

View file

@ -118,6 +118,7 @@ namespace JS {
P(fixed) \
P(flags) \
P(flat) \
P(flatMap) \
P(floor) \
P(fontcolor) \
P(fontsize) \