diff options
Diffstat (limited to 'deps/v8/src/debug.h')
-rw-r--r-- | deps/v8/src/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/v8/src/debug.h b/deps/v8/src/debug.h index 0d63085f15..8b3b29e636 100644 --- a/deps/v8/src/debug.h +++ b/deps/v8/src/debug.h @@ -236,7 +236,6 @@ class Debug { static void FloodWithOneShot(Handle<SharedFunctionInfo> shared); static void FloodHandlerWithOneShot(); static void ChangeBreakOnException(ExceptionBreakType type, bool enable); - static bool IsBreakOnException(ExceptionBreakType type); static void PrepareStep(StepAction step_action, int step_count); static void ClearStepping(); static bool StepNextContinue(BreakLocationIterator* break_location_iterator, |