OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 29 milliseconds