mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibJS: Rename Array.prototype.groupBy{,ToMap} => group{,ToMap}
This is a normative change in the Array Grouping spec.
See: 0cf4077
This commit is contained in:
parent
c10d48b72c
commit
013e2df858
Notes:
sideshowbarker
2024-07-17 11:34:34 +09:00
Author: https://github.com/linusg
Commit: 013e2df858
Pull-request: https://github.com/SerenityOS/serenity/pull/14271
Reviewed-by: https://github.com/davidot ✅
6 changed files with 45 additions and 44 deletions
|
@ -243,11 +243,10 @@ namespace JS {
|
|||
P(globalThis) \
|
||||
P(granularity) \
|
||||
P(group) \
|
||||
P(groupBy) \
|
||||
P(groupByToMap) \
|
||||
P(groupCollapsed) \
|
||||
P(groupEnd) \
|
||||
P(groups) \
|
||||
P(groupToMap) \
|
||||
P(has) \
|
||||
P(hasIndices) \
|
||||
P(hasOwn) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue