<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 & 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 & 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@apple.com" title="Saam Barati <sbarati@apple.com>"> <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 "this" 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>