Okay, thanks very much,
--Michael

https://codereview.chromium.org/140963004/diff/140001/src/runtime.cc
File src/runtime.cc (right):

https://codereview.chromium.org/140963004/diff/140001/src/runtime.cc#newcode14783
src/runtime.cc:14783: type_info->IsAllocationSite()) {
On 2014/01/21 06:32:39, Benedikt Meurer wrote:
Maybe I'm missing something, but if the type_info is not undefined,
then it has
to be an AllocationSite, right? So we should probably turn the
IsAllocationSite() test into an ASSERT here?

I agree. I can just remove the line because
Handle<AllocationSite>::cast(type_info) does that in debug mode.

https://codereview.chromium.org/140963004/

--
--
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.

Reply via email to