[Webkit-unassigned] [Bug 175347] JSTests/slowMicrobenchmarks/spread-small-array.js fails with JSC_validateExceptionChecks=1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 8 15:55:32 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175347

--- Comment #8 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 317634
  --> https://bugs.webkit.org/attachment.cgi?id=317634
Same patch, with Changelog fix

View in context: https://bugs.webkit.org/attachment.cgi?id=317634&action=review

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:881
> +        RETURN_IF_EXCEPTION(scope, );

This looks weird.  Let's do this instead:
     RETURN_IF_EXCEPTION(scope, void());

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:883
> +        RETURN_IF_EXCEPTION(scope, );

Ditto.

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:889
> +            RETURN_IF_EXCEPTION(scope, );

Ditto.

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:922
> +                RETURN_IF_EXCEPTION(scope, );

Ditto.

-- 
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/20170808/999a558b/attachment.html>


More information about the webkit-unassigned mailing list