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

Unified Diff: src/d8.h

Issue 2809653003: Introduce mkgrokdump to update tools/v8heapconst.py. (Closed)
Patch Set: Created 3 years, 8 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
Index: src/d8.h
diff --git a/src/d8.h b/src/d8.h
index 21e4c4f0833c9f26da1b49813c1606d3d06351b5..80e7bf9a174f0439b5ea15fe843927cc39a7502e 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -293,7 +293,6 @@ class ShellOptions {
stress_runs(1),
interactive_shell(false),
test_shell(false),
- dump_heap_constants(false),
expected_to_throw(false),
mock_arraybuffer_allocator(false),
enable_inspector(false),
@@ -324,7 +323,6 @@ class ShellOptions {
int stress_runs;
bool interactive_shell;
bool test_shell;
- bool dump_heap_constants;
bool expected_to_throw;
bool mock_arraybuffer_allocator;
bool enable_inspector;

Powered by Google App Engine
This is Rietveld 408576698