Searched defs:thisValue (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCallData.cpp36 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) argument
H A DCompletion.cpp63 JSValue evaluate(ExecState* exec, const SourceCode& source, JSValue thisValue, JSValue* returnedException) argument
H A DErrorPrototype.cpp80 JSValue thisValue = exec->hostThisValue(); local
H A DNamePrototype.cpp75 JSValue thisValue = exec->hostThisValue(); local
H A DBooleanPrototype.cpp81 JSValue thisValue = exec->hostThisValue(); local
100 JSValue thisValue = exec->hostThisValue(); local
[all...]
H A DRegExpPrototype.cpp82 JSValue thisValue = exec->hostThisValue(); local
90 JSValue thisValue = exec->hostThisValue(); local
98 JSValue thisValue = exec->hostThisValue(); local
136 JSValue thisValue = exec->hostThisValue(); local
[all...]
H A DFunctionPrototype.cpp103 JSValue thisValue = exec->hostThisValue(); local
124 JSValue thisValue = exec->hostThisValue(); local
159 JSValue thisValue = exec->hostThisValue(); local
[all...]
H A DNumberPrototype.cpp98 static ALWAYS_INLINE bool toThisNumber(JSValue thisValue, double& x) argument
H A DObjectPrototype.cpp83 JSValue thisValue = exec->hostThisValue(); local
89 JSValue thisValue = exec->hostThisValue(); local
95 JSValue thisValue = exec->hostThisValue(); local
182 JSValue thisValue = exec->hostThisValue(); local
209 JSValue thisValue = exec->hostThisValue(); local
[all...]
H A DOperations.h94 ALWAYS_INLINE JSValue jsStringFromArguments(ExecState* exec, JSValue thisValue) argument
H A DSparseArrayValueMap.cpp166 void SparseArrayEntry::put(ExecState* exec, JSValue thisValue, SparseArrayValueMap* map, JSValue value, bool shouldThrow) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContextInternal.h39 JSValueRef thisValue; member in struct:CallbackData
H A DJSScriptRef.cpp140 JSValue thisValue = thisValueRef ? toJS(exec, thisValueRef) : jsUndefined(); local
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCallbackData.cpp51 JSValue JSCallbackData::invokeCallback(JSValue thisValue, MarkedArgumentBuffer& args, bool* raisedException) argument
H A DJSErrorHandler.cpp95 JSValue thisValue = globalObject->methodTable()->toThisObject(globalObject, exec); local
H A DJSDOMGlobalObject.cpp63 void JSDOMGlobalObject::finishCreation(VM& vm, JSObject* thisValue) argument
H A DJSMainThreadExecState.h50 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args) argument
73 static JSC::JSValue evaluate(JSC::ExecState* exec, const JSC::SourceCode& source, JSC::JSValue thisValue, JSC::JSValue* exception) argument
H A DScheduledAction.cpp91 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, ScriptExecutionContext* context) argument
H A DJSEventListener.cpp127 JSValue thisValue = handleEventFunction == jsFunction ? toJS(exec, globalObject, event->currentTarget()) : jsFunction; local
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp64 JSValue thisValue = exec->hostThisValue(); local
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_method.cpp97 JSValue thisValue = exec->hostThisValue(); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp65 int thisValue = instruction[2].u.operand; local
H A DJITCall32_64.cpp141 int thisValue = instruction[2].u.operand; local
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSFloat64Array.cpp254 JSValue thisValue = exec->hostThisValue(); local
272 JSValue thisValue = exec->hostThisValue(); local
H A DJSTestActiveDOMObject.cpp181 JSValue thisValue = exec->hostThisValue(); local
200 JSValue thisValue = exec->hostThisValue(); local

Completed in 240 milliseconds

12