<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function"
   href="https://bugs.webkit.org/show_bug.cgi?id=144955#c45">Comment # 45</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Parser of arrow function with execution as common function"
   href="https://bugs.webkit.org/show_bug.cgi?id=144955">bug 144955</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>(In reply to <a href="show_bug.cgi?id=144955#c40">comment #40</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=144955#c39">comment #39</a>)
&gt; &gt; 1. Source/JavaScriptCore/parser/ParserTokens.h:79
&gt; &gt; I've added new value ARROWFUNCTION and followed the same style as all enums
&gt; &gt; in this file
&gt; &gt; <a href="http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/parser/">http://trac.webkit.org/browser/trunk/Source/JavaScriptCore/parser/</a>
&gt; &gt; ParserTokens.h#L75
&gt; 
&gt; This one is really strange. I’m not sure why we decided to use all caps for
&gt; all these tokens. Worth discussing with someone, but for now I suppose you
&gt; should match the style.
&gt; 
&gt; &gt; 2. Source/JavaScriptCore/parser/Parser.h 
&gt; &gt; In this file I've added new parameter with default value in exist function.
&gt; &gt; I've used default value to decrease number of changes, so to default value I
&gt; &gt; had to add name of the parameter.
&gt; &gt; 
&gt; &gt; template &lt;class TreeBuilder&gt; TreeStatement parseStatement(TreeBuilder&amp;,
&gt; &gt; const Identifier*&amp; directive, unsigned* directiveLiteralLength = 0,
&gt; &gt; !!!!FunctionParseType functionParseType = StandardFunctionParseType!!!!)
&gt; 
&gt; You don’t need am argument name to have a default value:
&gt; 
&gt;     [...] unsigned* directiveLiteralLength = nullptr, FunctionParseType =
&gt; StandardFunctionParseType)</span >

Thanks for hint! I've loaded new version with fix. Could you please suggest what I need to fix also in this patch.</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>