Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| =================================================================== |
| --- runtime/vm/exceptions.h (revision 25019) |
| +++ runtime/vm/exceptions.h (working copy) |
| @@ -62,6 +62,8 @@ |
| kType, |
| kFallThrough, |
| kAbstractClassInstantiation, |
| + kMirroredUncaughtExceptionError, |
| + kMirroredCompilationError, |
| }; |
| static void ThrowByType(ExceptionType type, const Array& arguments); |