Bug 235549 - [JSC] Enable Array#groupBy and Array#groupByToMap
Summary: [JSC] Enable Array#groupBy and Array#groupByToMap
Status: RESOLVED DUPLICATE of bug 258680
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on: 235968
Blocks:
  Show dependency treegraph
 
Reported: 2022-01-24 16:17 PST by Yusuke Suzuki
Modified: 2024-03-15 03:58 PDT (History)
12 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2022-01-24 16:18 PST, Yusuke Suzuki
ross.kirsling: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (11.55 KB, patch)
2022-01-24 18:22 PST, Yusuke Suzuki
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2022-01-24 16:17:43 PST
[JSC] Enable Array#groupBy and Array#groupByToMap
Comment 1 Yusuke Suzuki 2022-01-24 16:18:18 PST
Created attachment 449879 [details]
Patch
Comment 2 Yusuke Suzuki 2022-01-24 18:22:50 PST
Created attachment 449889 [details]
Patch
Comment 3 EWS 2022-01-24 21:39:46 PST
Committed r288538 (246370@main): <https://commits.webkit.org/246370@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 449889 [details].
Comment 4 Radar WebKit Bug Importer 2022-01-24 21:40:18 PST
<rdar://problem/88006882>
Comment 5 Alexey Shvayka 2022-01-29 07:44:23 PST
Looks like there are 2 reported web-compat issues with Array.prototype.groupBy (name clashing): https://github.com/tc39/proposal-array-grouping/issues/37.
Comment 6 WebKit Commit Bot 2022-02-01 11:03:11 PST
Re-opened since this is blocked by bug 235968
Comment 7 Anne van Kesteren 2024-03-15 03:58:36 PDT

*** This bug has been marked as a duplicate of bug 258680 ***