<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: convert more code to use ES6 method `Object.is()` instead of ==="
   href="https://bugs.webkit.org/show_bug.cgi?id=144036#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: convert more code to use ES6 method `Object.is()` instead of ==="
   href="https://bugs.webkit.org/show_bug.cgi?id=144036">bug 144036</a>
              from <span class="vcard"><a class="email" href="mailto:ljharb&#64;gmail.com" title="Jordan Harband &lt;ljharb&#64;gmail.com&gt;"> <span class="fn">Jordan Harband</span></a>
</span></b>
        <pre>That's great incentive to make Object.is just as optimized :-) The JIT should be able to inline `Object.is(a, b)` with `a === b || (a !== a &amp;&amp; b !== b)` at some point, I'd guess?</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>