mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibJS: Implement Array.prototype.groupByToMap
This commit is contained in:
parent
48cc1c97d5
commit
0b9ea712be
Notes:
sideshowbarker
2024-07-17 21:37:52 +09:00
Author: https://github.com/Lubrsi
Commit: 0b9ea712be
Pull-request: https://github.com/SerenityOS/serenity/pull/11412
Reviewed-by: https://github.com/linusg
5 changed files with 207 additions and 0 deletions
|
@ -242,6 +242,7 @@ namespace JS {
|
|||
P(globalThis) \
|
||||
P(group) \
|
||||
P(groupBy) \
|
||||
P(groupByToMap) \
|
||||
P(groupCollapsed) \
|
||||
P(groupEnd) \
|
||||
P(groups) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue