Home
last modified time | relevance | path

Searched refs:isWatchdogException (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCompletion.cpp65 if (exception.isObject() && asObject(exception)->isWatchdogException()) in evaluate()
DExceptionHelpers.cpp49 virtual bool isWatchdogException() const { return true; } in isWatchdogException() function in JSC::InterruptedExecutionError
DJSObject.h197 virtual bool isWatchdogException() const { return false; } in isWatchdogException() function
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp525 if (exception->isWatchdogException()) { in throwException()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-103658 (KJS::InterruptedExecutionError::isWatchdogException):