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

Unified Diff: src/d8.h

Issue 1101683002: Add an --omit-quit flag to d8 for Emscripten's sake. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Revert SKIP Created 5 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
« no previous file with comments | « no previous file | 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 9b14c4d87dab1f6eb2eccda5165d036045450efc..1f4bee29ed9dec50847fe6ac499d0354fe344d21 100644
--- a/src/d8.h
+++ b/src/d8.h
@@ -196,6 +196,7 @@ class ShellOptions {
last_run(true),
send_idle_notification(false),
invoke_weak_callbacks(false),
+ omit_quit(false),
stress_opt(false),
stress_deopt(false),
interactive_shell(false),
@@ -222,6 +223,7 @@ class ShellOptions {
bool last_run;
bool send_idle_notification;
bool invoke_weak_callbacks;
+ bool omit_quit;
bool stress_opt;
bool stress_deopt;
bool interactive_shell;
« no previous file with comments | « no previous file | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698