diff options
Diffstat (limited to 'deps/v8/src/debug.cc')
-rw-r--r-- | deps/v8/src/debug.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/v8/src/debug.cc b/deps/v8/src/debug.cc index 24b1d31097..87780d350c 100644 --- a/deps/v8/src/debug.cc +++ b/deps/v8/src/debug.cc @@ -1200,15 +1200,6 @@ void Debug::ChangeBreakOnException(ExceptionBreakType type, bool enable) { } -bool Debug::IsBreakOnException(ExceptionBreakType type) { - if (type == BreakUncaughtException) { - return break_on_uncaught_exception_; - } else { - return break_on_exception_; - } -} - - void Debug::PrepareStep(StepAction step_action, int step_count) { HandleScope scope; ASSERT(Debug::InDebugger()); |