[Webkit-unassigned] [Bug 175358] JSTests/stress/v8-deltablue-strict.js fails with JSC_validateExceptionChecks=1
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 8 17:24:20 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175358
Mark Lam <mark.lam at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark.lam at apple.com
--- Comment #5 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 317650
--> https://bugs.webkit.org/attachment.cgi?id=317650
Simple bookkeeping fix in two places
View in context: https://bugs.webkit.org/attachment.cgi?id=317650&action=review
>> Source/JavaScriptCore/jit/JITOperations.cpp:1064
>> + ASSERT(throwScope.exception() || !error);
>
> Out of curiosity, why is the throwException below needed if we're just rethrowing the exception? Or is that not what's happening?
There's a better way to express this assertion. See the other examples of calls to functionExecutable->prepareForExecution() in this file above.
--
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/20170809/51fcf757/attachment.html>
More information about the webkit-unassigned
mailing list