Searched refs:m_inDispatchErrorEvent (Results 1 – 2 of 2) sorted by relevance
91 , 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()
197 bool m_inDispatchErrorEvent; variable