[Webkit-unassigned] [Bug 167962] [ESnext] Implement Object Rest - Implementing Object Rest Destructuring
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 11 18:26:33 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=167962
--- Comment #45 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 303896
--> https://bugs.webkit.org/attachment.cgi?id=303896
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=303896&action=review
> Source/JavaScriptCore/parser/Parser.cpp:1017
> + if (kind == DestructuringKind::DestructureToExpressions && !innerPattern)
This line of code looks wrong. Why do we only care about DestructureToExpressions?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170512/efb7d45f/attachment.html>
More information about the webkit-unassigned
mailing list