| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 43993)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -602,6 +602,9 @@
|
| void AddCatchParamsToScope(CatchParamDesc* exception_param,
|
| CatchParamDesc* stack_trace_param,
|
| LocalScope* scope);
|
| + void AddSavedExceptionAndStacktraceToScope(LocalVariable* exception_var,
|
| + LocalVariable* stack_trace_var,
|
| + LocalScope* scope);
|
| // Parse all the catch clause of a try.
|
| SequenceNode* ParseCatchClauses(intptr_t handler_pos,
|
| LocalVariable* exception_var,
|
|
|