Slight improvement of object printer for maps.
R=ulan@chromium.org Review URL: https://codereview.chromium.org/14969030 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14689 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e24cc32011
commit
a15305c388
@ -596,8 +596,8 @@ void Map::MapPrint(FILE* out) {
|
||||
}
|
||||
PrintF(out, " - back pointer: ");
|
||||
GetBackPointer()->ShortPrint(out);
|
||||
PrintF(out, "\n - instance descriptors %i #%i: ",
|
||||
owns_descriptors(),
|
||||
PrintF(out, "\n - instance descriptors %s#%i: ",
|
||||
owns_descriptors() ? "(own) " : "",
|
||||
NumberOfOwnDescriptors());
|
||||
instance_descriptors()->ShortPrint(out);
|
||||
if (HasTransitionArray()) {
|
||||
|
Loading…
Reference in New Issue
Block a user