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

Unified Diff: src/flag-definitions.h

Issue 2471923002: Support structured clone of compiled WebAssembly modules. (Closed)
Patch Set: correct one invalid decode test Created 4 years, 1 month 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 | src/value-serializer.h » ('j') | src/value-serializer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
//
« no previous file with comments | « no previous file | src/value-serializer.h » ('j') | src/value-serializer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698