[Webkit-unassigned] [Bug 152721] Spread operator should be allowed when not the first argument of parameter list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 14:04:24 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152721

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Looks like Parser<LexerType>::parseArguments only checks for "..." at the start of the argument list, and not for each argument. Also, "SpreadMode" now seems unnecessary, since DontAllowSpread is never used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160108/8c5b13c3/attachment.html>


More information about the webkit-unassigned mailing list