Searched refs:globalThisValue (Results 1 – 14 of 14) sorted by relevance
/external/webkit/JavaScriptCore/runtime/ |
D | FunctionPrototype.cpp | 93 applyThis = exec->globalThisValue(); in functionProtoFuncApply() 127 callThis = exec->globalThisValue(); in functionProtoFuncCall()
|
D | JSStaticScopeObject.cpp | 44 return exec->globalThisValue(); in toThisObject()
|
D | ArrayPrototype.cpp | 469 …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()
|
D | JSImmediate.cpp | 43 return exec->globalThisValue(); in toThisObject()
|
D | FunctionConstructor.cpp | 118 ScopeChain scopeChain(globalObject, globalObject->globalData(), exec->globalThisValue()); in constructFunction()
|
D | JSActivation.cpp | 146 return exec->globalThisValue(); in toThisObject()
|
D | StringPrototype.cpp | 261 …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()
|
D | JSArray.cpp | 818 tree.abstractor().m_globalThisValue = exec->globalThisValue(); in sort()
|
/external/webkit/JavaScriptCore/interpreter/ |
D | CallFrame.h | 58 JSObject* globalThisValue() const in globalThisValue() function
|
D | Interpreter.cpp | 3322 thisValue = callFrame->globalThisValue(); in privateExecute() 4889 thisValue = callFrame->globalThisValue(); in cti_op_call_NotJSFunction()
|
/external/webkit/JavaScriptCore/API/ |
D | JSObjectRef.cpp | 390 jsThisObject = exec->globalThisValue(); in JSObjectCallAsFunction()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 20136 (JSC::DebuggerCallFrame::evaluate): Removed globalThisValue 20140 (JSC::ExecState::ExecState): Removed globalThisValue and 20147 (JSC::JSGlobalObject::init): Removed globalThisValue
|
D | ChangeLog-2008-08-10 | 9266 (KJS::ExecState::globalThisValue): 18134 (KJS::ExecState::globalThisValue):
|
/external/webkit/WebCore/ |
D | ChangeLog | 36173 (WebCore::JSDOMWindowBase::JSDOMWindowBase): Removed globalThisValue argument
|