[Webkit-unassigned] [Bug 148148] Function.prototype.toString is incorrect for ArrowFunction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 19 08:20:58 PDT 2015


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

--- Comment #3 from Brian Burg <bburg at apple.com> ---
Comment on attachment 259368
  --> https://bugs.webkit.org/attachment.cgi?id=259368
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259368&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        [ES6] Arrow function syntax. Arrow function specific features. Implement correct toString method

This bug title doesn't match the one in the link.

> Source/JavaScriptCore/ChangeLog:6
> +        Added correct support of toString() method for arrow function

Nit: trailing period.

> Source/JavaScriptCore/tests/stress/arrowfunction-tostring.js:8
> +var af2 = (a) => {a + 1};

This test is missing several syntax cases.

> LayoutTests/ChangeLog:6
> +        Added test of toString() method

Nit: trailing period.

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


More information about the webkit-unassigned mailing list