Chromium Code Reviews| Index: src/debug/debug.h |
| diff --git a/src/debug/debug.h b/src/debug/debug.h |
| index 810f8d2215b0e3daf90db66f4eb514da2325defb..d099290a4a9726ec246c033f0160ae9c217d1324 100644 |
| --- a/src/debug/debug.h |
| +++ b/src/debug/debug.h |
| @@ -497,6 +497,8 @@ class Debug { |
| } |
| bool IsBlackboxed(SharedFunctionInfo* shared); |
| + bool IsExceptionBlackboxed(bool uncaught); |
| + bool IsFrameBlackboxed(JavaScriptFrame* frame); |
| void OnException(Handle<Object> exception, Handle<Object> promise); |