[webkit-reviews] review granted: [Bug 124172] Support unprefixed deconstructing assignment : [Attachment 216703] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 12:39:08 PST 2013


Mark Lam <mark.lam at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 124172: Support unprefixed deconstructing assignment
https://bugs.webkit.org/show_bug.cgi?id=124172

Attachment 216703: Patch
https://bugs.webkit.org/attachment.cgi?id=216703&action=review

------- Additional Comments from Mark Lam <mark.lam at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=216703&action=review


r=me

> LayoutTests/js/parser-syntax-check-expected.txt:621
> +PASS Valid:	 "for ({of} in of){} /**/"
> +PASS Valid:	 "function f() { for ({of} in of){} /**/ }"

Remove the /**/ comment.

> LayoutTests/js/script-tests/parser-syntax-check.js:391
> +valid("for ({of} in of){} /**/")

Remove the /**/ comment.


More information about the webkit-reviews mailing list