Home
last modified time | relevance | path

Searched defs:isWatchdogException (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
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