Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 989e2852a8ee39a6360127a6becfac6e56e118f1..4e8791bb3ecfa00584e5cd3be2e006df0533338d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -653,7 +653,13 @@ DEFINE_string(testing_serialization_file, "/tmp/serdes", |
// mksnapshot.cc |
DEFINE_string(extra_code, NULL, "A filename with extra code to be included in" |
- " the snapshot (mksnapshot only)") |
+ " the snapshot (mksnapshot only)") |
+DEFINE_string(raw_file, NULL, "A file to write the raw snapshot bytes to. " |
+ "(mksnapshot only)") |
+DEFINE_string(raw_context_file, NULL, "A file to write the raw context " |
+ "snapshot bytes to. (mksnapshot only)") |
+DEFINE_bool(omit, false, "Omit raw snapshot bytes in generated code. " |
+ "(mksnapshot only)") |
// code-stubs-hydrogen.cc |
DEFINE_bool(profile_hydrogen_code_stub_compilation, false, |