<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A odd crash"
   href="https://bugs.webkit.org/show_bug.cgi?id=143859#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A odd crash"
   href="https://bugs.webkit.org/show_bug.cgi?id=143859">bug 143859</a>
              from <span class="vcard"><a class="email" href="mailto:xinchao.peng&#64;samsung.com" title="Peng Xinchao &lt;xinchao.peng&#64;samsung.com&gt;"> <span class="fn">Peng Xinchao</span></a>
</span></b>
        <pre>
void SpeculativeJIT::compile(Node* node)
{
  .. .
    case ToThis: {
        ASSERT(node-&gt;child1().useKind() == UntypedUse);
....

}
In here ,  the value of &quot;node-&gt;child1().useKind()&quot; is UntypedUse .
I feel very strange 。
why ?</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>