Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DScriptExecutionContext.cpp91 , m_inDispatchErrorEvent(false) in ScriptExecutionContext()
323 if (m_inDispatchErrorEvent) { in reportException()
355 ASSERT(!m_inDispatchErrorEvent); in dispatchErrorEvent()
356 m_inDispatchErrorEvent = true; in dispatchErrorEvent()
359 m_inDispatchErrorEvent = false; in dispatchErrorEvent()
DScriptExecutionContext.h197 bool m_inDispatchErrorEvent; variable