[webkit-reviews] review granted: [Bug 157970] Early error on ANY operator before new.target : [Attachment 317720] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 9 12:27:03 PDT 2017


Saam Barati <sbarati at apple.com> has granted Caitlin Potter (:caitp)
<caitp at igalia.com>'s request for review:
Bug 157970: Early error on ANY operator before new.target
https://bugs.webkit.org/show_bug.cgi?id=157970

Attachment 317720: Patch

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




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

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

r=me

> JSTests/stress/new-target.js:164
> +  test(construct(unaryDelete), true, "`delete new.target` should be true");
> +  test(call(unaryDelete), true, "`delete new.target` should be true");

FWIW, Chrome Canary gets this wrong, maybe it's worth filing a bug on them.


More information about the webkit-reviews mailing list