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

  /external/webkit/JavaScriptCore/runtime/
JSStaticScopeObject.cpp 42 return exec->globalThisValue();
FunctionConstructor.cpp 103 ScopeChain scopeChain(globalObject, globalObject->globalData(), globalObject, exec->globalThisValue());
JSActivation.cpp 134 return exec->globalThisValue();
JSValue.cpp 79 return exec->globalThisValue();
ArrayPrototype.cpp 484 compareResult = call(exec, function, callType, callData, exec->globalThisValue(), l).toNumber(exec);
589 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
647 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
704 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
760 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
805 JSObject* applyThis = args.at(1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(1).toObject(exec);
    [all...]
JSArray.cpp 846 tree.abstractor().m_globalThisValue = exec->globalThisValue();
    [all...]
  /external/webkit/WebCore/bindings/js/
JSInjectedScriptHostCustom.cpp 83 JSValue globalThisValue = scriptState->globalThisValue();
84 Completion comp = JSC::evaluate(scriptState, globalObject->globalScopeChain(), sourceCode, globalThisValue);
95 args.append(globalThisValue);
97 JSValue result = JSC::call(scriptState, functionValue, callType, callData, globalThisValue, args);
  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 63 JSObject* globalThisValue() const
Interpreter.cpp     [all...]
  /external/webkit/JavaScriptCore/API/
JSObjectRef.cpp 382 jsThisObject = exec->globalThisValue();
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 258 milliseconds