| Index: runtime/vm/exceptions.h
|
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
|
| index eaf619438a4b42b6d588cb2d03ed69f9a6469587..c3fc4082d3755db40203a1d443b9bd66291be285 100644
|
| --- a/runtime/vm/exceptions.h
|
| +++ b/runtime/vm/exceptions.h
|
| @@ -80,6 +80,11 @@ class Exceptions : AllStatic {
|
| // otherwise returns a RawError.
|
| static RawObject* Create(ExceptionType type, const Array& arguments);
|
|
|
| + static void JumpToFrame(Thread* thread,
|
| + uword program_counter,
|
| + uword stack_pointer,
|
| + uword frame_pointer);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(Exceptions);
|
| };
|
|
|