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

Unified Diff: src/flags.h

Issue 8957009: Introduce --print-all-code flag and infrastructure for one flag to imply another flag. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years 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/flags.h
diff --git a/src/flags.h b/src/flags.h
index f9cbde0bf7f334589a863d010cbfc384c41281d1..f0b239b6f20850b8cc4c7a643c45bb9fbcc3a437 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -72,6 +72,9 @@ class FlagList {
// Print help to stdout with flags, types, and default values.
static void PrintHelp();
+
+ // Set flags as consequence of being implied by another flag.
+ static void EnforceFlagImplications();
};
} } // namespace v8::internal
« src/flag-definitions.h ('K') | « src/flag-definitions.h ('k') | src/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698