Chromium Code Reviews| Index: src/objects-debug.cc |
| =================================================================== |
| --- src/objects-debug.cc (revision 3935) |
| +++ src/objects-debug.cc (working copy) |
| @@ -1033,6 +1033,8 @@ |
| void FunctionTemplateInfo::FunctionTemplateInfoPrint() { |
| HeapObject::PrintHeader("FunctionTemplateInfo"); |
| + PrintF("\n - class name: "); |
| + class_name()->ShortPrint(); |
| PrintF("\n - tag: "); |
| tag()->ShortPrint(); |
| PrintF("\n - property_list: "); |