<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function.prototype.toString is incorrect for ArrowFunction"
   href="https://bugs.webkit.org/show_bug.cgi?id=148148#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function.prototype.toString is incorrect for ArrowFunction"
   href="https://bugs.webkit.org/show_bug.cgi?id=148148">bug 148148</a>
              from <span class="vcard"><a class="email" href="mailto:gskachkov&#64;gmail.com" title="GSkachkov &lt;gskachkov&#64;gmail.com&gt;"> <span class="fn">GSkachkov</span></a>
</span></b>
        <pre>Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=259368&amp;action=diff" name="attach_259368" title="Patch">attachment 259368</a> <a href="attachment.cgi?id=259368&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=259368&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=259368&amp;action=review</a>

<span class="quote">&gt;&gt; Source/JavaScriptCore/ChangeLog:3
&gt;&gt; +        [ES6] Arrow function syntax. Arrow function specific features. Implement correct toString method
&gt; 
&gt; This bug title doesn't match the one in the link.</span >

Done

<span class="quote">&gt;&gt; Source/JavaScriptCore/tests/stress/arrowfunction-tostring.js:8
&gt;&gt; +var af2 = (a) =&gt; {a + 1};
&gt; 
&gt; This test is missing several syntax cases.</span >

I've added more tests, but I had to fix some issue in parser, so we need to review it as well</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>