Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 82e854e7f21b3b7b0f4e77599919be6b402ce8f9..8e0a8f615f3efdff9a1a50887ff300e47ac07eb7 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -292,6 +292,7 @@ |
stress_runs(1), |
interactive_shell(false), |
test_shell(false), |
+ dump_heap_constants(false), |
expected_to_throw(false), |
mock_arraybuffer_allocator(false), |
enable_inspector(false), |
@@ -322,6 +323,7 @@ |
int stress_runs; |
bool interactive_shell; |
bool test_shell; |
+ bool dump_heap_constants; |
bool expected_to_throw; |
bool mock_arraybuffer_allocator; |
bool enable_inspector; |