diff options
| author | Andrei Popescu <andreip@google.com> | 2010-02-26 13:31:12 +0000 |
|---|---|---|
| committer | Andrei Popescu <andreip@google.com> | 2010-02-26 13:31:12 +0000 |
| commit | 402d937239b0e2fd11bf2f4fe972ad78aa9fd481 (patch) | |
| tree | b9d769439a27fa48d7171e1a669e98f519591b94 /src/objects-debug.cc | |
| parent | 2007755a32dfa1ac843f501dec4fb872f8bbcc52 (diff) | |
| download | android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.tar.gz android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.tar.bz2 android_external_v8-402d937239b0e2fd11bf2f4fe972ad78aa9fd481.zip | |
update V8 to TOT snapshot branch
Diffstat (limited to 'src/objects-debug.cc')
| -rw-r--r-- | src/objects-debug.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects-debug.cc b/src/objects-debug.cc index ded213b2..8f26f742 100644 --- a/src/objects-debug.cc +++ b/src/objects-debug.cc @@ -1033,6 +1033,8 @@ void FunctionTemplateInfo::FunctionTemplateInfoVerify() { void FunctionTemplateInfo::FunctionTemplateInfoPrint() { HeapObject::PrintHeader("FunctionTemplateInfo"); + PrintF("\n - class name: "); + class_name()->ShortPrint(); PrintF("\n - tag: "); tag()->ShortPrint(); PrintF("\n - property_list: "); |
