[Webkit-unassigned] [Bug 149410] New: [ES6] Arrow function syntax. Implement property 'name'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 21 11:17:07 PDT 2015


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

            Bug ID: 149410
           Summary: [ES6] Arrow function syntax. Implement property 'name'
    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 'name' property. 

http://www.ecma-international.org/ecma-262/6.0/#sec-setfunctionname

let a = () => {};
a.name === 'a';  //TRUE

-- 
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/20150921/8764fa51/attachment.html>


More information about the webkit-unassigned mailing list