<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Class syntax. Access to new.target inside of the eval should not lead to SyntaxError"
   href="https://bugs.webkit.org/show_bug.cgi?id=155545#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES6] Class syntax. Access to new.target inside of the eval should not lead to SyntaxError"
   href="https://bugs.webkit.org/show_bug.cgi?id=155545">bug 155545</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>Comment on <span class=""><a href="attachment.cgi?id=275212&amp;action=diff" name="attach_275212" title="Patch">attachment 275212</a> <a href="attachment.cgi?id=275212&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt; Source/JavaScriptCore/runtime/CodeCache.cpp:86
&gt; +UnlinkedCodeBlockType* CodeCache::getGlobalCodeBlock(VM&amp; vm, ExecutableType* executable, const SourceCode&amp; source, JSParserBuiltinMode builtinMode, JSParserStrictMode strictMode, ThisTDZMode thisTDZMode, bool, DebuggerMode debuggerMode, ProfilerMode profilerMode, ParserError&amp; error, bool isParantProgramParseMode, const VariableEnvironment* variablesUnderTDZ)</span >

Is this truly just the parent? Or is this parent or self is program?
i.e, should a Program node be true or false for this?

<span class="quote">&gt; Source/JavaScriptCore/runtime/CodeCache.cpp:147
&gt; +    return getGlobalCodeBlock&lt;UnlinkedModuleProgramCodeBlock&gt;(vm, executable, source, builtinMode, JSParserStrictMode::Strict, ThisTDZMode::CheckIfNeeded, false, debuggerMode, profilerMode, error, false, &amp;emptyParentTDZVariables);</span >

It doesn't make sense that this is different from UnlinkedProgramCodeBlock</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>