2 more comments

https://codereview.chromium.org/15094018/diff/52061/src/objects.h
File src/objects.h (right):

https://codereview.chromium.org/15094018/diff/52061/src/objects.h#newcode7510
src/objects.h:7510: bool site_is_valid() { return
allocation_site()->IsAllocationSite(); }
this is not a real getter.

https://codereview.chromium.org/15094018/diff/52061/src/objects.h#newcode7511
src/objects.h:7511: AllocationSite* allocation_site_casted() {
This is also not a real getter. Moreover can we call it
DependingAllocationSite() or something like that.

https://codereview.chromium.org/15094018/

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