https://codereview.chromium.org/15943002/diff/1/src/objects-debug.cc
File src/objects-debug.cc (right):
https://codereview.chromium.org/15943002/diff/1/src/objects-debug.cc#newcode765
src/objects-debug.cc:765: CHECK(byte_offset()->IsSmi() ||
byte_offset()->IsHeapNumber()
On 2013/05/24 11:49:03, ben2 wrote:
On 2013/05/24 06:58:25, Sven Panne wrote:
> Use IsNumber() here and below.
Why is that? I ask because JSArrayBufferVerify() uses the same check.
Never mind, I see that IsNumber() is just IsSmi() || IsHeapNumber().
Want me to update JSArrayBufferVerify() as well?
https://codereview.chromium.org/15943002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.