1
Fork 0
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:
Luke Wilde 2022-01-05 00:30:51 +00:00 committed by Linus Groh
parent 48cc1c97d5
commit 0b9ea712be
5 changed files with 207 additions and 0 deletions

View file

@ -242,6 +242,7 @@ namespace JS {
P(globalThis) \
P(group) \
P(groupBy) \
P(groupByToMap) \
P(groupCollapsed) \
P(groupEnd) \
P(groups) \