<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [ES6] Arrow function syntax. Emit loading&amp;putting this/super only if they are used in arrow function"
   href="https://bugs.webkit.org/show_bug.cgi?id=153981#c39">Comment # 39</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [ES6] Arrow function syntax. Emit loading&amp;putting this/super only if they are used in arrow function"
   href="https://bugs.webkit.org/show_bug.cgi?id=153981">bug 153981</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=272326&amp;action=diff" name="attach_272326" title="Patch">attachment 272326</a> <a href="attachment.cgi?id=272326&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/JavaScriptCore/parser/Parser.cpp:3890
&gt; +        if (currentFunctionScope()-&gt;isArrowFunction()) {
&gt; +            if (currentFunctionScope()-&gt;hasDirectSuper())
&gt; +                currentFunctionScope()-&gt;setInnerArrowFunctionUseSuperCall();
&gt; +        
&gt; +            if (currentFunctionScope()-&gt;needsSuperBinding())
&gt; +                currentFunctionScope()-&gt;setInnerArrowFunctionUseSuperProperty();
&gt; +        }
&gt; +</span >

Main change to fix error in tests</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>