Chromium Code Reviews

Unified Diff: src/objects-debug.cc

Issue 149290: Add ENABLE_DEBUGGER_SUPPPORT around 4 functions, set complation cache generat... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compilation-cache.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects-debug.cc
===================================================================
--- src/objects-debug.cc (revision 2383)
+++ src/objects-debug.cc (working copy)
@@ -949,6 +949,7 @@
}
+#ifdef ENABLE_DEBUGGER_SUPPORT
void DebugInfo::DebugInfoVerify() {
CHECK(IsDebugInfo());
VerifyPointer(shared());
@@ -988,6 +989,7 @@
PrintF("\n - break_point_objects: ");
break_point_objects()->ShortPrint();
}
+#endif
void JSObject::IncrementSpillStatistics(SpillInformation* info) {
« no previous file with comments | « src/compilation-cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine