| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 2c327819c2edf3458bafa0de18d7fae51ec573d0..aa5c82c9e233b74069e573bfec303688499f30b6 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -156,6 +156,7 @@
|
| R(support_timeline, false, bool, true, "Support timeline.") \
|
| D(trace_cha, bool, false, "Trace CHA operations") \
|
| D(trace_field_guards, bool, false, "Trace changes in field's cids.") \
|
| + C(trace_irregexp, false, false, bool, false, "Trace irregexps.") \
|
| D(trace_isolates, bool, false, "Trace isolate creation and shut down.") \
|
| D(trace_handles, bool, false, "Traces allocation of handles.") \
|
| D(trace_kernel_binary, bool, false, "Trace Kernel reader/writer.") \
|
|
|