<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"
   href="https://bugs.webkit.org/show_bug.cgi?id=140855#c123">Comment # 123</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax"
   href="https://bugs.webkit.org/show_bug.cgi?id=140855">bug 140855</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=140855#c109">comment #109</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=251129&amp;action=diff" name="attach_251129" title="Patch">attachment 251129</a> <a href="attachment.cgi?id=251129&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=251129&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=251129&amp;action=review</a>
&gt; 
&gt; &gt; Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:3755
&gt; &gt; +#if ENABLE(ES6_ARROWFUNCTION_SYNTAX)
&gt; &gt; +        case op_new_arrow_func_exp: {
&gt; &gt; +            FunctionExecutable* expr = m_inlineStackTop-&gt;m_profiledBlock-&gt;functionExpr(currentInstruction[3].u.operand);
&gt; &gt; +            FrozenValue* frozen = m_graph.freezeStrong(expr);
&gt; &gt; +            set(VirtualRegister(currentInstruction[1].u.operand),
&gt; &gt; +                addToGraph(NewFunction, OpInfo(frozen), get(VirtualRegister(currentInstruction[2].u.operand))));
&gt; &gt; +            NEXT_OPCODE(op_new_arrow_func_exp);
&gt; &gt; +        }
&gt; &gt; +#endif
&gt; 
&gt; This looks like it has to be wrong since you're not using operand 4.</span >

Thanks for review. Comment is fixed in new 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>