1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:47:35 +00:00

LibJS: Implement Array.prototype.groupBy

This commit is contained in:
Luke Wilde 2022-01-05 00:29:27 +00:00 committed by Linus Groh
parent 4a14455dff
commit 48cc1c97d5
5 changed files with 202 additions and 1 deletions

View file

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