[Webkit-unassigned] [Bug 146507] New: [ES6] Implement ES6 arrow function syntax. toString should return body of arrow function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 03:33:22 PDT 2015


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

            Bug ID: 146507
           Summary: [ES6] Implement ES6 arrow function syntax. toString
                    should return body of arrow function
    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

toString can be tested by following statements:
var af = x => x + 1;
af.toString() === 'x => x + 1';

-- 
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/20150701/f61d7289/attachment.html>


More information about the webkit-unassigned mailing list