Home
last modified time | relevance | path

Searched refs:globalThisValue (Results 1 – 14 of 14) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DFunctionPrototype.cpp93 applyThis = exec->globalThisValue(); in functionProtoFuncApply()
127 callThis = exec->globalThisValue(); in functionProtoFuncCall()
DJSStaticScopeObject.cpp44 return exec->globalThisValue(); in toThisObject()
DArrayPrototype.cpp469 …compareResult = call(exec, function, callType, callData, exec->globalThisValue(), l).toNumber(exec… in arrayProtoFuncSort()
574 …JSObject* applyThis = args.at(exec, 1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(exe… in arrayProtoFuncFilter()
611 …JSObject* applyThis = args.at(exec, 1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(exe… in arrayProtoFuncMap()
652 …JSObject* applyThis = args.at(exec, 1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(exe… in arrayProtoFuncEvery()
690 …JSObject* applyThis = args.at(exec, 1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(exe… in arrayProtoFuncForEach()
718 …JSObject* applyThis = args.at(exec, 1).isUndefinedOrNull() ? exec->globalThisValue() : args.at(exe… in arrayProtoFuncSome()
DJSImmediate.cpp43 return exec->globalThisValue(); in toThisObject()
DFunctionConstructor.cpp118 ScopeChain scopeChain(globalObject, globalObject->globalData(), exec->globalThisValue()); in constructFunction()
DJSActivation.cpp146 return exec->globalThisValue(); in toThisObject()
DStringPrototype.cpp261 …eplacements.append(call(exec, replacement, callType, callData, exec->globalThisValue(), args).toSt… in stringProtoFuncReplace()
303 …replacementString = call(exec, replacement, callType, callData, exec->globalThisValue(), args).toS… in stringProtoFuncReplace()
DJSArray.cpp818 tree.abstractor().m_globalThisValue = exec->globalThisValue(); in sort()
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h58 JSObject* globalThisValue() const in globalThisValue() function
DInterpreter.cpp3322 thisValue = callFrame->globalThisValue(); in privateExecute()
4889 thisValue = callFrame->globalThisValue(); in cti_op_call_NotJSFunction()
/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp390 jsThisObject = exec->globalThisValue(); in JSObjectCallAsFunction()
/external/webkit/JavaScriptCore/
DChangeLog20136 (JSC::DebuggerCallFrame::evaluate): Removed globalThisValue
20140 (JSC::ExecState::ExecState): Removed globalThisValue and
20147 (JSC::JSGlobalObject::init): Removed globalThisValue
DChangeLog-2008-08-109266 (KJS::ExecState::globalThisValue):
18134 (KJS::ExecState::globalThisValue):
/external/webkit/WebCore/
DChangeLog36173 (WebCore::JSDOMWindowBase::JSDOMWindowBase): Removed globalThisValue argument