Chromium Code Reviews| Index: src/debug/debug.h |
| diff --git a/src/debug/debug.h b/src/debug/debug.h |
| index dd6bb31d5f62cc8aca2d219c85d9a3671a98aaf7..66ef21eac7dbb20ac5e5a665b6d6b925fe904f66 100644 |
| --- a/src/debug/debug.h |
| +++ b/src/debug/debug.h |
| @@ -541,6 +541,8 @@ class Debug { |
| MaybeHandle<Object> CallFunction(const char* name, int argc, |
| Handle<Object> args[]); |
| + bool IsBreakablePromiseCreated(); |
| + |
| inline void AssertDebugContext() { |
| DCHECK(isolate_->context() == *debug_context()); |
| DCHECK(in_debug_scope()); |