[webkit-reviews] review canceled: [Bug 170979] test262: test262/test/language/expressions/generators/yield-as-label.js : [Attachment 307579] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 21 11:34:10 PDT 2017


Joseph Pecoraro <joepeck at webkit.org> has canceled Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 170979: test262:
test262/test/language/expressions/generators/yield-as-label.js
https://bugs.webkit.org/show_bug.cgi?id=170979

Attachment 307579: [PATCH] Proposed Fix

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




--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 307579
  --> https://bugs.webkit.org/attachment.cgi?id=307579
[PATCH] Proposed Fix

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

> JSTests/stress/yield-reserved-word.js:158
> +// FIXME: <https://webkit.org/b/171048> Should not be able to use a keyword
in object literal shorthand syntax
> +// checkClassicSyntaxError(`
> +// function *get() { var o = { yield }; }
> +// `, `SyntaxError: ...);

I'm going to address this here. Since I have the patch for it and it modified
other related error messages.


More information about the webkit-reviews mailing list