Searched refs:m_exceptionCatcher (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptScope.cpp45 m_exceptionCatcher.SetVerbose(reportExceptions);
51 if (!m_exceptionCatcher.HasCaught())
53 m_exceptionCatcher.Reset();
H A DScriptScope.h50 v8::TryCatch m_exceptionCatcher; member in class:WebCore::ScriptScope

Completed in 49 milliseconds