HomeSort by relevance Sort by last modified time
    Searched refs:s_mainThreadState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSMainThreadExecState.cpp 31 JSC::ExecState* JSMainThreadExecState::s_mainThreadState = 0;
JSMainThreadExecState.h 42 return s_mainThreadState;
59 : m_previousState(s_mainThreadState)
62 s_mainThreadState = exec;
68 s_mainThreadState = m_previousState;
72 static JSC::ExecState* s_mainThreadState;

Completed in 850 milliseconds