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

Unified Diff: runtime/vm/flags.h

Issue 10854224: Sort the Dart vm flags before printing them out with the --print-flags option. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | runtime/vm/flags.cc » ('j') | runtime/vm/flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flags.h
diff --git a/runtime/vm/flags.h b/runtime/vm/flags.h
index ea783a9ed59b161f1a251bd2d3b19abaa9763bb0..f9d88f0ba6904bdc78c1ac1ef79b186721998ae0 100644
--- a/runtime/vm/flags.h
+++ b/runtime/vm/flags.h
@@ -73,6 +73,10 @@ class Flags {
static void Parse(const char* option);
+ static int CompareFlagNames(const void* left, const void* right);
+
+ static void PrintFlags();
+
// Testing needs direct access to private methods.
friend void Dart_TestParseFlags();
« no previous file with comments | « no previous file | runtime/vm/flags.cc » ('j') | runtime/vm/flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698