<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - calling super() a second time in a constructor should throw"
   href="https://bugs.webkit.org/show_bug.cgi?id=151113#c36">Comment # 36</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - calling super() a second time in a constructor should throw"
   href="https://bugs.webkit.org/show_bug.cgi?id=151113">bug 151113</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="bz_obsolete"><a href="attachment.cgi?id=276169&amp;action=diff" name="attach_276169" title="Patch">attachment 276169</a> <a href="attachment.cgi?id=276169&amp;action=edit" title="Patch">[details]</a></span>
Patch

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

<span class="quote">&gt;&gt;&gt; Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:967
&gt;&gt;&gt; +    case IsEmpty:
&gt;&gt; 
&gt;&gt; I think we can more aggressively constant fold this based on type information as well.
&gt;&gt; We can fold to false if the speculated type for child1 doesn't have SpecEmpty in it.
&gt;&gt; We can fold to true if the speculated type is equal to SpecEmpty.
&gt; 
&gt; I'll try to play, hope in with next patch will be fixed this comment</span >

It seems that I managed to do this.</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>