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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 01:25:43 PDT 2015


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

GSkachkov <gskachkov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |140855

--- Comment #1 from GSkachkov <gskachkov at gmail.com> ---
In current version:
var af = x => x + 1;
af.toString();// returns 'x => x + 1;' should return without ; - '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/20150819/c3859b3f/attachment.html>


More information about the webkit-unassigned mailing list