[Webkit-unassigned] [Bug 147742] New: [ES6] Implement ES6 arrow function syntax. Prototype of arrow function should be undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 6 13:02:08 PDT 2015


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

            Bug ID: 147742
           Summary: [ES6] Implement ES6 arrow function syntax. Prototype
                    of arrow function should be undefined
    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 following condition:
var af = ()=>{}; 
typeof af.prototype === 'undefined';

-- 
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/20150806/9cb1ab5c/attachment.html>


More information about the webkit-unassigned mailing list