| Index: runtime/vm/stack_frame.h
|
| ===================================================================
|
| --- runtime/vm/stack_frame.h (revision 26819)
|
| +++ runtime/vm/stack_frame.h (working copy)
|
| @@ -71,7 +71,9 @@
|
|
|
| RawFunction* LookupDartFunction() const;
|
| RawCode* LookupDartCode() const;
|
| - bool FindExceptionHandler(uword* handler_pc) const;
|
| + bool FindExceptionHandler(uword* handler_pc,
|
| + bool* needs_stacktrace,
|
| + bool* is_catch_all) const;
|
| // Returns token_pos of the pc(), or -1 if none exists.
|
| intptr_t GetTokenPos() const;
|
|
|
|
|