<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Assertion failure for super() call in arrow function default parameters"
   href="https://bugs.webkit.org/show_bug.cgi?id=157079#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Assertion failure for super() call in arrow function default parameters"
   href="https://bugs.webkit.org/show_bug.cgi?id=157079">bug 157079</a>
              from <span class="vcard"><a class="email" href="mailto:sbarati&#64;apple.com" title="Saam Barati &lt;sbarati&#64;apple.com&gt;"> <span class="fn">Saam Barati</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=157079#c4">comment #4</a>)
<span class="quote">&gt; As for now I see that fix will be more complicated, because before idea was
&gt; that we load all arrow function bound variables just after all function's
&gt; arguments are prepared -&gt; after
&gt; initializeDefaultParameterValuesAndSetupFunctionScopeStack, but to cover
&gt; current issue we need move initialization of arrow function variable before
&gt; we trying initialize default parameters.</span >

This seems like the correct solution to me. We should probably write tests
also for 'this' and 'arguments'. Is there a good reason why
this needs to happen after we initialize default parameter values?</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>