Searched refs:OnThrow (Results 1 – 3 of 3) sorted by relevance
348 void OnThrow(Handle<Object> exception, bool uncaught);
1030 debug()->OnThrow(exception_handle, report_exception); in DoThrow()
2504 void Debug::OnThrow(Handle<Object> exception, bool uncaught) { in OnThrow() function in v8::internal::Debug