Searched refs:OnException (Results 1 – 3 of 3) sorted by relevance
605 static void OnException(Handle<Object> exception, bool uncaught);
757 Debugger::OnException(exception_handle, report_exception); in DoThrow()
1864 void Debugger::OnException(Handle<Object> exception, bool uncaught) { in OnException() function in v8::internal::Debugger