Bug 268411 - [JSC] try/catch should not intercept errors originated in [[Construct]] of derived class
Summary: [JSC] try/catch should not intercept errors originated in [[Construct]] of de...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on: 269869
Blocks: 268026
  Show dependency treegraph
 
Reported: 2024-01-30 14:18 PST by Alexey Shvayka
Modified: 2024-02-26 16:44 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2024-01-30 14:18:15 PST Comment hidden (obsolete)
Comment 1 Radar WebKit Bug Importer 2024-01-30 14:18:39 PST
<rdar://problem/121959506>
Comment 2 Alexey Shvayka 2024-02-23 14:21:37 PST
Pull request: https://github.com/WebKit/WebKit/pull/25033
Comment 3 Alexey Shvayka 2024-02-23 14:58:50 PST
Related test262 failures:
  * test/language/statements/class/subclass/derived-class-return-override-catch-super-arrow.js
  * test/language/statements/class/subclass/derived-class-return-override-catch-super.js
  * test/language/statements/class/subclass/derived-class-return-override-catch.js
Comment 4 EWS 2024-02-26 16:44:23 PST
Committed 275353@main (ad689935bb77): <https://commits.webkit.org/275353@main>

Reviewed commits have been landed. Closing PR #25033 and removing active labels.