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

123

/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DProtoCallFrame.cpp35 void ProtoCallFrame::init(CodeBlock* codeBlock, JSScope* scope, JSObject* callee, JSValue thisValue, int argCountIncludingThis, JSValue* otherArgs) argument
H A DProtoCallFrame.h60 JSValue thisValue() const { return thisArg.Register::jsValue(); } function in struct:JSC::ProtoCallFrame
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCallData.cpp36 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args) argument
42 JSValue call(ExecState* exec, JSValue functionObject, CallType callType, const CallData& callData, JSValue thisValue, const ArgList& args, JSValue* exception) argument
H A DCustomGetterSetter.cpp39 void callCustomSetter(ExecState* exec, JSValue customGetterSetter, JSObject* base, JSValue thisValue, JSValue value) argument
H A DBooleanPrototype.cpp76 JSValue thisValue = exec->thisValue(); local
95 JSValue thisValue = exec->thisValue(); local
[all...]
H A DCompletion.cpp62 JSValue evaluate(ExecState* exec, const SourceCode& source, JSValue thisValue, JSValue* returnedException) argument
H A DErrorPrototype.cpp75 JSValue thisValue = exec->thisValue(); local
H A DNamePrototype.cpp70 JSValue thisValue = exec->thisValue(); local
H A DMapPrototype.cpp79 ALWAYS_INLINE static MapData* getMapData(CallFrame* callFrame, JSValue thisValue) argument
[all...]
H A DRegExpPrototype.cpp77 JSValue thisValue = exec->thisValue(); local
85 JSValue thisValue = exec->thisValue(); local
93 JSValue thisValue = exec->thisValue(); local
131 JSValue thisValue = exec->thisValue(); local
[all...]
H A DSetPrototype.cpp78 ALWAYS_INLINE static MapData* getMapData(CallFrame* callFrame, JSValue thisValue) argument
[all...]
H A DFunctionPrototype.cpp105 JSValue thisValue = exec->thisValue(); local
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSContextInternal.h40 JSValueRef thisValue; member in struct:CallbackData
H A DJSScriptRef.cpp143 JSValue thisValue = thisValueRef ? toJS(exec, thisValueRef) : jsUndefined(); local
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSInjectedScriptHostPrototype.cpp74 JSValue thisValue = exec->thisValue(); local
85 JSValue thisValue = exec->thisValue(); local
96 JSValue thisValue = exec->thisValue(); local
107 JSValue thisValue local
118 JSValue thisValue = exec->thisValue(); local
129 JSValue thisValue = exec->thisValue(); local
[all...]
H A DJavaScriptCallFrame.h59 JSC::JSValue thisValue() const { return m_debuggerCallFrame->thisValue(); } function in class:Inspector::JavaScriptCallFrame
H A DJSJavaScriptCallFramePrototype.cpp101 JSValue thisValue = exec->thisValue(); local
112 JSValue thisValue = exec->thisValue(); local
123 JSValue thisValue = exec->thisValue(); local
134 JSValue thisValue local
145 JSValue thisValue = exec->thisValue(); local
156 JSValue thisValue = exec->thisValue(); local
167 JSValue thisValue = exec->thisValue(); local
178 JSValue thisValue = exec->thisValue(); local
189 JSValue thisValue = exec->thisValue(); local
200 JSValue thisValue = exec->thisValue(); local
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCallbackData.cpp52 JSValue JSCallbackData::invokeCallback(JSValue thisValue, MarkedArgumentBuffer& args, bool* raisedException) argument
H A DJSMainThreadExecState.cpp49 JSC::JSValue functionCallHandlerFromAnyThread(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception) argument
56 JSC::JSValue evaluateHandlerFromAnyThread(JSC::ExecState* exec, const JSC::SourceCode& source, JSC::JSValue thisValue, JSC::JSValue* exception) argument
H A DJSDOMGlobalObject.cpp66 void JSDOMGlobalObject::finishCreation(VM& vm, JSObject* thisValue) argument
H A DJSMainThreadExecState.h53 static JSC::JSValue call(JSC::ExecState* exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData& callData, JSC::JSValue thisValue, const JSC::ArgList& args, JSC::JSValue* exception) argument
59 static JSC::JSValue evaluate(JSC::ExecState* exec, const JSC::SourceCode& source, JSC::JSValue thisValue, JSC::JSValue* exception) argument
H A DScheduledAction.cpp83 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, ScriptExecutionContext* context) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPMethod.cpp64 JSValue thisValue = exec->thisValue(); local
/macosx-10.10/WebCore-7600.1.25/bridge/
H A Druntime_method.cpp57 EncodedJSValue RuntimeMethod::lengthGetter(ExecState* exec, JSObject*, EncodedJSValue thisValue, PropertyName) argument
85 JSValue thisValue = exec->thisValue(); local
/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.cpp137 JSValue DebuggerCallFrame::thisValue() const function in class:JSC::DebuggerCallFrame
164 JSValue thisValue = thisValueForCallFrame(callFrame); local
212 JSValue thisValue = callFrame->thisValue().toThis(callFrame, ecmaMode); local

Completed in 264 milliseconds

123