Searched refs:OnException (Results 1 – 3 of 3) sorted by relevance
732 void OnException(Handle<Object> exception, bool uncaught);
1076 debugger_->OnException(exception_handle, report_exception); in DoThrow()
2475 void Debugger::OnException(Handle<Object> exception, bool uncaught) { in OnException() function in v8::internal::Debugger