update V8 to TOT snapshot branch
diff --git a/src/objects-debug.cc b/src/objects-debug.cc
index ded213b..8f26f74 100644
--- a/src/objects-debug.cc
+++ b/src/objects-debug.cc
@@ -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: ");