https://codereview.chromium.org/1018283002/diff/40001/src/objects-debug.cc
File src/objects-debug.cc (right):

https://codereview.chromium.org/1018283002/diff/40001/src/objects-debug.cc#newcode293
src/objects-debug.cc:293: bool type_is_any =
field_type->Is(HeapType::Any());
Shouldn't this be the other way round, i.e.
HeapType::Any()->Is(field_type) ?
AKAIF "t->Is(Any)" will be true for every type t, whereas "Any->Is(t)"
is only true when t == Any.

https://codereview.chromium.org/1018283002/

--
--
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/d/optout.

Reply via email to