[webkit-reviews] review granted: [Bug 213915] [JSC] Add exception checks in JSStringBuilder and Array#join : [Attachment 403434] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 2 19:57:23 PDT 2020


Saam Barati <sbarati at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 213915: [JSC] Add exception checks in JSStringBuilder and Array#join
https://bugs.webkit.org/show_bug.cgi?id=213915

Attachment 403434: Patch

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




--- Comment #3 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 403434
  --> https://bugs.webkit.org/attachment.cgi?id=403434
Patch

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

> Source/JavaScriptCore/runtime/JSStringJoiner.h:169
> +	   return;

do we really need this?


More information about the webkit-reviews mailing list