On 2010/07/16 20:22:17, zarko wrote:
Thanks Luke
It turns out that the Is{True,False,...} tests don't require that [this] is
non-NULL. This is because the first check they perform is IsOddball(),
which in
turn checks IsHeapObject(), which proceeds to do a bit test against [this]
which
will fail for NULL pointers. http://codereview.chromium.org/3031005/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
