[Webkit-unassigned] [Bug 152537] New: [ES6] Arrow function. Default arguments in arrow functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 23 13:33:38 PST 2015


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

            Bug ID: 152537
           Summary: [ES6] Arrow function. Default arguments in arrow
                    functions
    Classification: Unclassified
           Product: WebKit
           Version: WebKit 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 default parameters in argument declaration
var arrow = (param1, param2 = "default-value") => {
  console.log(param2);
}

-- 
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/20151223/81a31af7/attachment.html>


More information about the webkit-unassigned mailing list