Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 6654192d805b3dcdaa0ed9d64220ed1924dddfe6..dfeb5330510ebc9eed8778b6b96b4e5494776844 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -498,6 +498,10 @@ DEFINE_BOOL(trace_wasm_interpreter, false, "trace interpretation of wasm code") |
DEFINE_INT(trace_wasm_ast_start, 0, |
"start function for WASM AST trace (inclusive)") |
DEFINE_INT(trace_wasm_ast_end, 0, "end function for WASM AST trace (exclusive)") |
+DEFINE_INT(trace_wasm_sexpr_start, 0, |
+ "start function for WASM s-expression trace (inclusive)") |
+DEFINE_INT(trace_wasm_sexpr_end, 0, |
+ "end function for WASM s-expression trace (exclusive)") |
DEFINE_INT(skip_compiling_wasm_funcs, 0, "start compiling at function N") |
DEFINE_BOOL(wasm_break_on_decoder_error, false, |
"debug break when wasm decoder encounters an error") |