[Webkit-unassigned] [Bug 260745] New: RETURN_IF_EXCEPTION should work for Release builds too.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 25 16:12:29 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=260745
Bug ID: 260745
Summary: RETURN_IF_EXCEPTION should work for Release builds
too.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mark.lam at apple.com
In PlatformEnable.h, we can force ENABLE_EXCEPTION_SCOPE_VERIFICATION to be on so that we can get validate exception checks with a Release build. However, RETURN_IF_EXCEPTION is relying on an ASSERT to tickle the exception check validator. The right thing to do is to use EXCEPTION_ASSERT instead.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230825/2cf34df8/attachment.htm>
More information about the webkit-unassigned
mailing list