Bug 293873
| Summary: | [JSC] Implement `TypedArray#reduce` / `TypedArray#reduceRight` in C++ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sosuke Suzuki <sosuke> |
| Component: | JavaScriptCore | Assignee: | Sosuke Suzuki <sosuke> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
This patch implements `TypedArray#reduce` and `TypedArray#reduceRight`
in C++. See https://commits.webkit.org/293911@main for the rationale
for this patch.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/46183
EWS
Committed 295684@main (b06d050e97e2): <https://commits.webkit.org/295684@main>
Reviewed commits have been landed. Closing PR #46183 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/152430929>