Add class name into FunctionTemplateInfo debug printing.
Review URL: http://codereview.chromium.org/608015 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3881 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
087fedeae8
commit
a48a7bf6ff
@ -1036,6 +1036,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: ");
|
||||
|
Loading…
Reference in New Issue
Block a user