[Webkit-unassigned] [Bug 146934] New: [ES6] Arrow function syntax. Arrow function should support the destructuring parameters.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 14 12:21:36 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146934
Bug ID: 146934
Summary: [ES6] Arrow function syntax. Arrow function should
support the destructuring parameters.
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gskachkov at gmail.com
Arrow function should support the destructuring parameters.
Example:
1 ([a,b]) => a*b // OK
2 [a,b] => a*b //Syntax error
--
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/20150714/a179c077/attachment.html>
More information about the webkit-unassigned
mailing list