| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 4df1384d844211693e82d3f5a26591b4074e1c43..329f7cc203047426d390e1c3f6646a770e5ab7a7 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -420,6 +420,7 @@ void FlowGraphCompiler::EmitCatchEntryState(Environment* env,
|
| dest_index);
|
| }
|
| }
|
| + // TODO(regis): Process type_args slot and type_args var. How?
|
|
|
| // Process locals. Skip exception_var and stacktrace_var.
|
| intptr_t local_base = kFirstLocalSlotFromFp + num_non_copied_params;
|
|
|