Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1330)

Unified Diff: src/top.cc

Issue 1935: New static flags system (Closed)
Patch Set: Merge, again. Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/stub-cache.cc ('k') | src/usage-analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/top.cc
diff --git a/src/top.cc b/src/top.cc
index e9d8b6e5a05984f7316299ca7d45637c4007d6a6..23208953f78d8b5db445b9f8bfe00d61f7586255 100644
--- a/src/top.cc
+++ b/src/top.cc
@@ -36,11 +36,6 @@
namespace v8 { namespace internal {
-DEFINE_bool(trace_exception, false,
- "print stack trace when throwing exceptions");
-DEFINE_bool(preallocate_message_memory, false,
- "preallocate some memory to build stack traces.");
-
ThreadLocalTop Top::thread_local_;
Mutex* Top::break_access_ = OS::CreateMutex();
StackFrame::Id Top::break_frame_id_;
« no previous file with comments | « src/stub-cache.cc ('k') | src/usage-analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698