<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. Arrow function specific features. Lexical bind of this"
   href="https://bugs.webkit.org/show_bug.cgi?id=144956#c124">Comment # 124</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Implement ES6 arrow function syntax. Arrow function specific features. Lexical bind of this"
   href="https://bugs.webkit.org/show_bug.cgi?id=144956">bug 144956</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=""><a href="attachment.cgi?id=258823&amp;action=diff" name="attach_258823" title="Patch">attachment 258823</a> <a href="attachment.cgi?id=258823&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt;&gt; Source/JavaScriptCore/dfg/DFGMayExit.cpp:111
&gt;&gt; +    case LoadArrowFunctionThis:
&gt; 
&gt; This sort of can exit.  It speculates that its child is a cell.</span >

Removed from this list

<span class="quote">&gt;&gt; Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:3115
&gt;&gt; +            : FTL_NEW_BLOCK(m_out, (&quot;NewFunction slow path&quot;));
&gt; 
&gt; Just call it NewFunction.  No need for these branches just to get a different basic block name.</span >

Done

<span class="quote">&gt;&gt; Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:3119
&gt;&gt; +            : FTL_NEW_BLOCK(m_out, (&quot;NewFunction continuation&quot;));
&gt; 
&gt; Ditto.</span >

Done

<span class="quote">&gt;&gt; Source/JavaScriptCore/runtime/JSArrowFunction.h:92
&gt;&gt; +friend class LLIntOffsetsExtractor;
&gt; 
&gt; Indent this line.</span >

Done</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>