[webkit-reviews] review granted: [Bug 229543] [JSC] ASSERT failed in stress/for-in-tests.js (32bit) : [Attachment 438080] v7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 15:22:27 PDT 2021


Yusuke Suzuki <ysuzuki at apple.com> has granted Xan Lopez <xan.lopez at gmail.com>'s
request for review:
Bug 229543: [JSC] ASSERT failed in stress/for-in-tests.js (32bit)
https://bugs.webkit.org/show_bug.cgi?id=229543

Attachment 438080: v7

https://bugs.webkit.org/attachment.cgi?id=438080&action=review




--- Comment #19 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 438080
  --> https://bugs.webkit.org/attachment.cgi?id=438080
v7

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

> Source/JavaScriptCore/dfg/DFGOperations.cpp:2549
> +    RETURN_IF_EXCEPTION(scope, { });

This is not necessary. Please remove this.


More information about the webkit-reviews mailing list