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

Unified Diff: src/d8.h

Issue 2425973002: [debugger] basic test infrastructure for new debugger test api. (Closed)
Patch Set: fix Created 4 years, 2 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 | « gypfiles/all.gyp ('k') | src/d8.cc » ('j') | test/debugger/debugger.isolate » ('J')
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 e831f8eabf69f2db5e7ea4e9e925202867eaf2f5..16de77d570f682c6824af2f9fb94d9dfa735716f 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -274,6 +274,7 @@ class ShellOptions {
dump_heap_constants(false),
expected_to_throw(false),
mock_arraybuffer_allocator(false),
+ enable_inspector(false),
num_isolates(1),
compile_options(v8::ScriptCompiler::kNoCompileOptions),
isolate_sources(NULL),
@@ -303,6 +304,7 @@ class ShellOptions {
bool dump_heap_constants;
bool expected_to_throw;
bool mock_arraybuffer_allocator;
+ bool enable_inspector;
int num_isolates;
v8::ScriptCompiler::CompileOptions compile_options;
SourceGroup* isolate_sources;
« no previous file with comments | « gypfiles/all.gyp ('k') | src/d8.cc » ('j') | test/debugger/debugger.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698