Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index a5764287b6a352d69323fc1a4f1f02b2a722a70d..68a966811b86a5b7da4480ca86c4ca11d564b187 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -930,6 +930,11 @@ DEFINE_BOOL(disable_old_api_accessors, false, |
"Disable old-style API accessors whose setters trigger through the " |
"prototype chain") |
+// value-serializer.cc |
+DEFINE_BOOL(serialize_wasm_modules, false, |
Mircea Trofin
2016/11/03 23:30:05
I don't think we need this anymore. We have --expo
|
+ "Support serialization and deserialization of compiled WebAssembly " |
+ "modules.") |
+ |
// |
// Dev shell flags |
// |