Bug 296887
| Summary: | [JSC] Add missing exception check for `Array#flat` | ||
|---|---|---|---|
| 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 Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sosuke Suzuki
`Array#flat` was implemented in C++ by https://commits.webkit.org/298127@main.
This implementation caused exception check errors to occur in several debug tests[1].
This patch adds the missing exception check.
[1]: https://build.webkit.org/#/builders/1588/builds/469
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sosuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/48908
EWS
Committed 298221@main (c4b2d6458ed1): <https://commits.webkit.org/298221@main>
Reviewed commits have been landed. Closing PR #48908 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/157525399>