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

Unified Diff: src/d8.h

Issue 22715004: Version 3.20.15 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Add TypedArray API and correctness patches r16033 and r16084 Created 7 years, 4 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/compiler.cc ('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 3b06985ca25d45e950e35f3bcbc9a9b92425b3fe..4f04342cf4dffb267776901f512f46d4fde1e5a4 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -231,7 +231,6 @@ class ShellOptions {
stress_deopt(false),
interactive_shell(false),
test_shell(false),
- dump_heap_constants(false),
num_isolates(1),
isolate_sources(NULL) { }
@@ -255,7 +254,6 @@ 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 | « src/compiler.cc ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698