WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 109044
108772
Cleanup: Use ASSERT_NO_EXCEPTION rather than ASSERT(!ec).
https://bugs.webkit.org/show_bug.cgi?id=108772
Summary
Cleanup: Use ASSERT_NO_EXCEPTION rather than ASSERT(!ec).
Mike West
Reported
2013-02-03 12:05:08 PST
We have an ASSERT_NO_EXCEPTION macro that throws an assertion if an exception is encountered. Assuming there are no notable perf impacts, we ought to use that instead of explicitly asserting that no exception was encountered. Taking care of this before moving forward on IGNORE_EXCEPTION, as it'll make that job a bit easier.
Attachments
Add attachment
proposed patch, testcase, etc.
Mike West
Comment 1
2013-02-08 05:20:04 PST
*** This bug has been marked as a duplicate of
bug 109044
***
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