RESOLVED FIXED 244066
Assertion failure when using evaluated empty catch block.
https://bugs.webkit.org/show_bug.cgi?id=244066
Summary Assertion failure when using evaluated empty catch block.
David Degazio
Reported 2022-08-17 16:59:01 PDT
Fixes an issue where catch clauses may not return undefined if the catch block is empty., instead rpotentially returning lingering values from the try block which may be used erroneously.
Attachments
David Degazio
Comment 1 2022-08-19 13:23:02 PDT
EWS
Comment 2 2022-08-19 15:03:05 PDT
Committed 253605@main (507c4b0c74e7): <https://commits.webkit.org/253605@main> Reviewed commits have been landed. Closing PR #3484 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-08-19 15:04:15 PDT
Note You need to log in before you can comment on or make changes to this bug.