Bug 230247 - [JSC] Remove unnecessary exception checks in DFGOperations
Summary: [JSC] Remove unnecessary exception checks in DFGOperations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-14 01:15 PDT by Xan Lopez
Modified: 2021-09-14 06:50 PDT (History)
9 users (show)

See Also:


Attachments
v1 (2.47 KB, patch)
2021-09-14 01:18 PDT, Xan Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2021-09-14 01:15:38 PDT
JSValue::decode cannot throw an exception, remove a couple of RETURN_IF_EXCEPTION() calls.
Comment 1 Xan Lopez 2021-09-14 01:18:12 PDT
Created attachment 438111 [details]
v1
Comment 2 Caio Lima 2021-09-14 06:12:16 PDT
Comment on attachment 438111 [details]
v1

r=me
Comment 3 EWS 2021-09-14 06:49:19 PDT
Committed r282387 (241648@main): <https://commits.webkit.org/241648@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 438111 [details].
Comment 4 Radar WebKit Bug Importer 2021-09-14 06:50:21 PDT
<rdar://problem/83100518>