[webkit-reviews] review granted: [Bug 190637] delete expression should not throw without a reference : [Attachment 352650] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 18 00:02:37 PDT 2018
Yusuke Suzuki <yusukesuzuki at slowstart.org> has granted Ross Kirsling
<ross.kirsling at sony.com>'s request for review:
Bug 190637: delete expression should not throw without a reference
https://bugs.webkit.org/show_bug.cgi?id=190637
Attachment 352650: Patch
https://bugs.webkit.org/attachment.cgi?id=352650&action=review
--- Comment #3 from Yusuke Suzuki <yusukesuzuki at slowstart.org> ---
Comment on attachment 352650
--> https://bugs.webkit.org/attachment.cgi?id=352650
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=352650&action=review
r=me. Could you update test262 expectations.yaml too?
> LayoutTests/js/script-tests/basic-strict-mode.js:-153
> -shouldBeSyntaxError("'use strict'; if (0) delete +a.b");
> -shouldBeSyntaxError("'use strict'; if (0) delete ++a.b");
> -shouldBeSyntaxError("'use strict'; if (0) delete void a.b");
Lets'
More information about the webkit-reviews
mailing list