Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| =================================================================== |
| --- runtime/vm/exceptions.h (revision 9069) |
| +++ runtime/vm/exceptions.h (working copy) |
| @@ -24,6 +24,8 @@ |
| class Exceptions : AllStatic { |
| public: |
| + static const char* kCastExceptionDstName; |
| + |
| static void Throw(const Instance& exception); |
| static void ReThrow(const Instance& exception, const Instance& stacktrace); |
| static void PropagateError(const Object& obj); |