Home
last modified time | relevance | path

Searched defs:thisValue (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DObjectPrototype.cpp85 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncValueOf() local
91 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncHasOwnProperty() local
97 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncIsPrototypeOf() local
116 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncDefineGetter() local
126 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncDefineSetter() local
136 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncLookupGetter() local
142 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncLookupSetter() local
148 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncPropertyIsEnumerable() local
154 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncToLocaleString() local
160 JSValue thisValue = exec->hostThisValue(); in objectProtoFuncToString() local
DDatePrototype.cpp456 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToString() local
474 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToUTCString() local
492 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToISOString() local
511 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToDateString() local
527 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToTimeString() local
543 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToLocaleString() local
553 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToLocaleDateString() local
563 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncToLocaleTimeString() local
573 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncGetTime() local
582 JSValue thisValue = exec->hostThisValue(); in dateProtoFuncGetFullYear() local
[all …]
DStringPrototype.cpp299 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncReplace() local
472 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncToString() local
486 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncCharAt() local
506 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncCharCodeAt() local
526 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncConcat() local
540 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncIndexOf() local
571 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncLastIndexOf() local
600 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncMatch() local
650 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncSearch() local
677 JSValue thisValue = exec->hostThisValue(); in stringProtoFuncSlice() local
[all …]
DRegExpPrototype.cpp63 JSValue thisValue = exec->hostThisValue(); in regExpProtoFuncTest() local
71 JSValue thisValue = exec->hostThisValue(); in regExpProtoFuncExec() local
79 JSValue thisValue = exec->hostThisValue(); in regExpProtoFuncCompile() local
117 JSValue thisValue = exec->hostThisValue(); in regExpProtoFuncToString() local
DNumberPrototype.cpp67 static ALWAYS_INLINE bool toThisNumber(JSValue thisValue, double &x) in toThisNumber()
132 JSValue thisValue = exec->hostThisValue(); in numberProtoFuncToFixed() local
170 JSValue thisValue = exec->hostThisValue(); in numberProtoFuncToPrecision() local
205 JSValue thisValue = exec->hostThisValue(); in numberProtoFuncToString() local
289 JSValue thisValue = exec->hostThisValue(); in numberProtoFuncToLocaleString() local
301 JSValue thisValue = exec->hostThisValue(); in numberProtoFuncValueOf() local
DBooleanPrototype.cpp56 JSValue thisValue = exec->hostThisValue(); in booleanProtoFuncToString() local
75 JSValue thisValue = exec->hostThisValue(); in booleanProtoFuncValueOf() local
DFunctionPrototype.cpp87 JSValue thisValue = exec->hostThisValue(); in functionProtoFuncToString() local
108 JSValue thisValue = exec->hostThisValue(); in functionProtoFuncApply() local
137 JSValue thisValue = exec->hostThisValue(); in functionProtoFuncCall() local
DCallData.cpp35 …SValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgLi… in call()
DCompletion.cpp50 … evaluate(ExecState* exec, ScopeChainNode* scopeChain, const SourceCode& source, JSValue thisValue) in evaluate()
DArrayPrototype.cpp167 JSValue thisValue = exec->hostThisValue(); in arrayProtoFuncToString() local
231 JSValue thisValue = exec->hostThisValue(); in arrayProtoFuncToLocaleString() local
337 JSValue thisValue = exec->hostThisValue(); in arrayProtoFuncConcat() local
367 JSValue thisValue = exec->hostThisValue(); in arrayProtoFuncPop() local
391 JSValue thisValue = exec->hostThisValue(); in arrayProtoFuncPush() local
/external/webkit/Source/WebCore/bindings/js/
DJSMainThreadExecState.h45 …onObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC… in call()
51 …ExecState* exec, JSC::ScopeChainNode* chain, const JSC::SourceCode& source, JSC::JSValue thisValue) in evaluate()
DJSErrorHandler.cpp93 JSValue thisValue = globalObject->toThisObject(exec); in handleEvent() local
DJSDOMGlobalObject.cpp45 …obalData& globalData, Structure* structure, PassRefPtr<DOMWrapperWorld> world, JSObject* thisValue) in JSDOMGlobalObject()
DScheduledAction.cpp90 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, Scr… in executeFunctionInContext()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp834 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionVoidMethod() local
846 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionVoidMethodWithArgs() local
867 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionIntMethod() local
880 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionIntMethodWithArgs() local
902 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionObjMethod() local
915 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionObjMethodWithArgs() local
937 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionMethodThatRequiresAllArgs() local
958 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows() local
981 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionSerializedValue() local
996 JSValue thisValue = exec->hostThisValue(); in jsTestObjPrototypeFunctionIdbKey() local
[all …]
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerCallFrame.cpp79 JSValue thisValue = m_callFrame->uncheckedR(codeBlock->thisRegister()).jsValue(); in thisObject() local
/external/webkit/Source/WebCore/bindings/v8/
DV8WorkerContextErrorHandler.cpp55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global(); in callListenerFunction() local
DV8WindowErrorHandler.cpp55 v8::Local<v8::Object> thisValue = v8::Context::GetCurrent()->Global(); in callListenerFunction() local
/external/proguard/src/proguard/evaluation/
DVariables.java125 Value thisValue = this.values[index]; in generalize() local
296 Value thisValue = this.values[index]; in equals() local
DStack.java131 Value thisValue = this.values[index]; in generalize() local
517 Value thisValue = this.values[index]; in equals() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.cpp55 JSValue thisValue = exec->hostThisValue(); in callMethod() local
DNPRuntimeObjectMap.cpp193 JSValue thisValue = getOrCreateJSObject(globalObject.get(), npObject); in evaluate() local
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp98 JSValue thisValue = exec->hostThisValue(); in callRuntimeMethod() local
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp721 static bool setupScriptContext(WebCore::Element* element, JSC::JSValue& thisValue, ScriptState*& st… in setupScriptContext()
749 static bool setupScriptContext(WebCore::Element* element, v8::Handle<v8::Value>& thisValue, ScriptS… in setupScriptContext()
780 JSC::JSValue thisValue; in evaluateJavaScript() local
782 v8::Handle<v8::Value> thisValue; in evaluateJavaScript() local
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.cpp97 NPObject* thisValue = value.objectValue; in isEqual() local

12