[Webkit-unassigned] [Bug 144036] Web Inspector: convert more code to use ES6 method `Object.is()` instead of ===

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 12:09:43 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144036

--- Comment #3 from Jordan Harband <ljharb at gmail.com> ---
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 && b !== b)` at some point, I'd guess?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150422/555d187e/attachment.html>


More information about the webkit-unassigned mailing list