Chromium Code Reviews| Index: src/isolate.h |
| diff --git a/src/isolate.h b/src/isolate.h |
| index 61a064118099c85f2cf1f01113b9891aa51405de..75107ea2db0bb7f0506b31939fbb59d14d3289a8 100644 |
| --- a/src/isolate.h |
| +++ b/src/isolate.h |
| @@ -621,6 +621,7 @@ class Isolate { |
| bool IsExternalHandlerOnTop(Object* exception); |
| inline bool is_catchable_by_javascript(Object* exception); |
| + inline bool is_catchable_by_wasm(Object* exception); |
| // JS execution stack (see frames.h). |
| static Address c_entry_fp(ThreadLocalTop* thread) { |