Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 11803) |
+++ src/flag-definitions.h (working copy) |
@@ -446,6 +446,10 @@ |
"file in which to serialize heap") |
#endif |
+// mksnapshot.cc |
+DEFINE_string(extra_code, NULL, "A filename with extra code to be included in" |
+ " the snapshot (mksnapshot only)") |
+ |
// |
// Dev shell flags |
// |
@@ -605,6 +609,7 @@ |
DEFINE_string(logfile, "v8.log", "Specify the name of the log file.") |
DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.") |
+ |
// |
// Disassembler only flags |
// |