WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 224490
Use a JSString for the TerminationException value instead of a Symbol.
https://bugs.webkit.org/show_bug.cgi?id=224490
Summary
Use a JSString for the TerminationException value instead of a Symbol.
Mark Lam
Reported
2021-04-13 09:57:04 PDT
This makes it convertible to a String for clients that wish to report the exception. Clients, in this case, does not apply to JS code, only C++ code that catches the exception at the outermost point to handle the termination. The TerminationException value is not visible to JS code because the TerminationException cannot be caught. So, this change is transparent to JS code.
Attachments
proposed patch.
(1.98 KB, patch)
2021-04-13 11:02 PDT
,
Mark Lam
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2021-04-13 11:02:36 PDT
Created
attachment 425885
[details]
proposed patch.
Yusuke Suzuki
Comment 2
2021-04-13 11:43:25 PDT
Comment on
attachment 425885
[details]
proposed patch. r=me
Mark Lam
Comment 3
2021-04-13 12:37:33 PDT
Comment on
attachment 425885
[details]
proposed patch. Thanks for the review. Landing now.
EWS
Comment 4
2021-04-13 12:57:03 PDT
Committed
r275902
(
236467@main
): <
https://commits.webkit.org/236467@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 425885
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-04-13 12:58:15 PDT
<
rdar://problem/76605985
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug