| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index f906aa9b180aa151d671deabf9a5bfb8be279e39..c691b488c5fb0c35bed37d736407460ba43b8226 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -1035,6 +1035,10 @@ DEFINE_BOOL(trace_regexp_parser, false, "trace regexp parsing")
|
| // Debugger
|
| DEFINE_BOOL(print_break_location, false, "print source location on debug break")
|
|
|
| +// wasm instance management
|
| +DEFINE_BOOL(trace_wasm_instances, false,
|
| + "trace creation and collection of wasm instances")
|
| +
|
| //
|
| // Logging and profiling flags
|
| //
|
|
|