mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibJS: Implement Array.prototype.groupBy
This commit is contained in:
parent
4a14455dff
commit
48cc1c97d5
Notes:
sideshowbarker
2024-07-17 21:37:56 +09:00
Author: https://github.com/Lubrsi
Commit: 48cc1c97d5
Pull-request: https://github.com/SerenityOS/serenity/pull/11412
Reviewed-by: https://github.com/linusg
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