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

  /external/webkit/Source/WebCore/bindings/js/
JSMainThreadExecState.cpp 27 #include "JSMainThreadExecState.h"
31 JSC::ExecState* JSMainThreadExecState::s_mainThreadState = 0;
JSMainThreadExecState.h 36 class JSMainThreadExecState {
37 WTF_MAKE_NONCOPYABLE(JSMainThreadExecState);
47 JSMainThreadExecState currentState(exec);
53 JSMainThreadExecState currentState(exec);
58 explicit JSMainThreadExecState(JSC::ExecState* exec)
65 ~JSMainThreadExecState()
77 class JSMainThreadNullState : private JSMainThreadExecState {
79 explicit JSMainThreadNullState() : JSMainThreadExecState(0) {};
JSCallbackData.cpp 34 #include "JSMainThreadExecState.h"
70 ? JSMainThreadExecState::call(exec, function, callType, callData, callback(), args)
JSEventListener.cpp 27 #include "JSMainThreadExecState.h"
122 ? JSMainThreadExecState::call(exec, handleEventFunction, callType, callData, jsFunction, args)
127 ? JSMainThreadExecState::call(exec, jsFunction, callType, callData, currentTarget, args)
JSInjectedScriptManager.cpp 43 #include "JSMainThreadExecState.h"
57 Completion comp = JSMainThreadExecState::evaluate(scriptState, globalObject->globalScopeChain(), sourceCode, globalThisValue);
ScriptController.cpp 33 #include "JSMainThreadExecState.h"
142 Completion comp = JSMainThreadExecState::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), jsSourceCode, shell);
242 ExecState* exec = JSMainThreadExecState::currentState();
310 ExecState* exec = JSMainThreadExecState::currentState();
ScheduledAction.cpp 34 #include "JSMainThreadExecState.h"
109 JSMainThreadExecState::call(exec, m_function.get(), callType, callData, thisValue, args);
ScriptFunctionCall.cpp 35 #include "JSMainThreadExecState.h"
144 JSValue result = JSMainThreadExecState::call(m_exec, function, callType, callData, thisObject, m_arguments);
  /external/webkit/Source/WebCore/bindings/objc/
WebScriptObject.mm 37 #import "JSMainThreadExecState.h"
308 JSValue result = JSMainThreadExecState::call(exec, function, callType, callData, [self _imp], argList);
337 Completion completion = JSMainThreadExecState::evaluate([self _rootObject]->globalObject()->globalExec(), [self _rootObject]->globalObject()->globalScopeChain(), makeSource(String(script)), JSC::JSValue());
  /external/webkit/Source/WebCore/
Android.jscbindings.mk 155 bindings/js/JSMainThreadExecState.cpp \

Completed in 2230 milliseconds