| Index: runtime/vm/exceptions.h
|
| ===================================================================
|
| --- runtime/vm/exceptions.h (revision 35317)
|
| +++ runtime/vm/exceptions.h (working copy)
|
| @@ -18,6 +18,7 @@
|
| class Object;
|
| class RawInstance;
|
| class RawScript;
|
| +class RawStacktrace;
|
| class RawObject;
|
| class Script;
|
| class String;
|
| @@ -29,6 +30,7 @@
|
| static void Throw(const Instance& exception);
|
| static void ReThrow(const Instance& exception, const Instance& stacktrace);
|
| static void PropagateError(const Error& error);
|
| + static RawStacktrace* CurrentStacktrace();
|
|
|
| // Helpers to create and throw errors.
|
| static RawScript* GetCallerScript(DartFrameIterator* iterator);
|
|
|