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:
parent
4a14455dff
commit
48cc1c97d5
5 changed files with 202 additions and 1 deletions
|
@ -241,6 +241,7 @@ namespace JS {
|
|||
P(global) \
|
||||
P(globalThis) \
|
||||
P(group) \
|
||||
P(groupBy) \
|
||||
P(groupCollapsed) \
|
||||
P(groupEnd) \
|
||||
P(groups) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue