Index: src/objects-debug.cc |
=================================================================== |
--- src/objects-debug.cc (revision 1106) |
+++ src/objects-debug.cc (working copy) |
@@ -281,6 +281,10 @@ |
PrintF(" (callback)\n"); |
} else if (r.type() == MAP_TRANSITION) { |
PrintF(" (map transition)\n"); |
+ } else if (r.type() == CONSTANT_TRANSITION) { |
+ PrintF(" (constant transition)\n"); |
+ } else if (r.type() == NULL_DESCRIPTOR) { |
+ PrintF(" (null descriptor)\n"); |
} else { |
UNREACHABLE(); |
} |