Home
last modified time | relevance | path

Searched refs:HandleUncaughtException (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/
Dmodule_system.h55 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) = 0;
Dmodule_system_test.cc30 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE { in HandleUncaughtException() function in extensions::__anonddd897840111::FailsOnException
Dmodule_system_unittest.cc39 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE { in HandleUncaughtException() function in extensions::TestExceptionHandler
Dmodule_system.cc75 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE { in HandleUncaughtException() function in extensions::__anon222e74850111::DefaultExceptionHandler
188 exception_handler_->HandleUncaughtException(try_catch); in HandleException()