<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Using emitResolveScope &amp; emitGetFromScope with 'this' that is TDZ lead to segfault in DFG"
   href="https://bugs.webkit.org/show_bug.cgi?id=150902#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Using emitResolveScope &amp; emitGetFromScope with 'this' that is TDZ lead to segfault in DFG"
   href="https://bugs.webkit.org/show_bug.cgi?id=150902">bug 150902</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>Some clarification:
This issue was found for the arrow function implementation where we're going to store &quot;this&quot; in an activation. We load this from the activation, and we end up killing the tdz check which obviously shouldn't happen (while inside a derived constructor).</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>