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

Unified Diff: src/d8.h

Issue 21771002: Generate grokdump constants with 'make grokdump' now. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Sven Panne and fixed x64 build. Created 7 years, 5 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 | « Makefile ('k') | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 4f04342cf4dffb267776901f512f46d4fde1e5a4..3b06985ca25d45e950e35f3bcbc9a9b92425b3fe 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -231,6 +231,7 @@ class ShellOptions {
stress_deopt(false),
interactive_shell(false),
test_shell(false),
+ dump_heap_constants(false),
num_isolates(1),
isolate_sources(NULL) { }
@@ -254,6 +255,7 @@ class ShellOptions {
bool stress_deopt;
bool interactive_shell;
bool test_shell;
+ bool dump_heap_constants;
int num_isolates;
SourceGroup* isolate_sources;
};
« no previous file with comments | « Makefile ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698