Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index b9ba54ea463462bbd8635afa6a855789a5bdadf0..9fb3b44ec05d0b6d55e85cc1bb5fda06ea4b151d 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -751,7 +751,9 @@ class Isolate { |
| NOT_CAUGHT, |
| CAUGHT_BY_JAVASCRIPT, |
| CAUGHT_BY_EXTERNAL, |
| - CAUGHT_BY_DESUGARING |
| + CAUGHT_BY_DESUGARING, |
| + CAUGHT_BY_PROMISE, |
| + CAUGHT_BY_ASYNC_AWAIT |
| }; |
| CatchType PredictExceptionCatcher(); |