Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptScope.cpp46 m_exceptionCatcher.SetVerbose(reportExceptions); in ScriptScope()
52 if (!m_exceptionCatcher.HasCaught()) in success()
54 m_exceptionCatcher.Reset(); in success()
DScriptScope.h50 v8::TryCatch m_exceptionCatcher; variable