mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
LibJS: Implement Array.prototype.groupByToMap
This commit is contained in:
parent
48cc1c97d5
commit
0b9ea712be
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