Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index ab001c075fb4111e8b2bf3268b776e960e080d04..a6886460fdd5c7b7133f77431ea5b2d51b327a3e 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -498,6 +498,8 @@ DEFINE_NEG_IMPLICATION(minimal, use_ic) |
// Flags for native WebAssembly. |
DEFINE_BOOL(expose_wasm, true, "expose WASM interface to JavaScript") |
+DEFINE_BOOL(wasm_disable_structured_cloning, false, |
+ "disable WASM structured cloning") |
DEFINE_INT(wasm_num_compilation_tasks, 10, |
"number of parallel compilation tasks for wasm") |
DEFINE_BOOL(trace_wasm_encoder, false, "trace encoding of wasm code") |