[Webkit-unassigned] [Bug 213448] On 64bit build, JSValue::operator bool maybe wrong.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 23 13:51:25 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213448
Yusuke Suzuki <ysuzuki at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Yusuke Suzuki <ysuzuki at apple.com> ---
Thanks for your report!
JSC has different representations for JSValue in 32bit and 64bit.
And, in JSC in 64bit, nullptr is the empty value representation.
So, this code is correct.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200623/c1b35e26/attachment.htm>
More information about the webkit-unassigned
mailing list