Searched defs:thisObject (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSWrapperObject.cpp33 JSWrapperObject* thisObject = jsCast<JSWrapperObject*>(cell); local
H A DJSWithScope.cpp37 JSWithScope* thisObject = jsCast<JSWithScope*>(cell); local
H A DJSMap.cpp41 JSMap* thisObject = jsCast<JSMap*>(cell); local
H A DJSSegmentedVariableObject.cpp66 JSSegmentedVariableObject* thisObject = jsCast<JSSegmentedVariableObject*>(cell); local
H A DJSSet.cpp41 JSSet* thisObject = jsCast<JSSet*>(cell); local
H A DJSArrayBufferPrototype.cpp42 JSArrayBuffer* thisObject = jsDynamicCast<JSArrayBuffer*>(exec->thisValue()); local
H A DJSMapIterator.cpp47 JSMapIterator* thisObject = jsCast<JSMapIterator*>(cell); local
H A DJSNameScope.cpp38 JSNameScope* thisObject = jsCast<JSNameScope*>(cell); local
56 JSNameScope* thisObject = jsCast<JSNameScope*>(cell); local
H A DJSSetIterator.cpp47 JSSetIterator* thisObject = jsCast<JSSetIterator*>(cell); local
H A DJSSymbolTableObject.cpp42 JSSymbolTableObject* thisObject = jsCast<JSSymbolTableObject*>(cell); local
53 JSSymbolTableObject* thisObject = jsCast<JSSymbolTableObject*>(cell); local
62 JSSymbolTableObject* thisObject = jsCast<JSSymbolTableObject*>(object); local
[all...]
H A DStringRecursionChecker.h61 inline StringRecursionChecker::StringRecursionChecker(ExecState* exec, JSObject* thisObject) argument
H A DStructureChain.cpp50 StructureChain* thisObject = jsCast<StructureChain*>(cell); local
H A DGetterSetter.cpp39 GetterSetter* thisObject = jsCast<GetterSetter*>(cell); local
H A DJSGenericTypedArrayViewPrototypeInlines.h40 ViewClass* thisObject = jsDynamicCast<ViewClass*>(exec->thisValue()); local
72 ViewClass* thisObject = jsDynamicCast<ViewClass*>(exec->thisValue()); local
[all...]
H A DPropertyTable.cpp137 PropertyTable* thisObject = jsCast<PropertyTable*>(cell); local
H A DStructureRareData.cpp74 StructureRareData* thisObject = jsCast<StructureRareData*>(cell); local
H A DJSArrayIterator.cpp65 JSArrayIterator* thisObject = jsCast<JSArrayIterator*>(cell); local
H A DJSDataView.cpp91 JSDataView* thisObject = jsCast<JSDataView*>(object); local
108 JSDataView* thisObject = jsCast<JSDataView*>(object); local
H A DJSPromise.cpp79 JSPromise* thisObject = jsCast<JSPromise*>(cell); local
[all...]
H A DJSPropertyNameIterator.cpp107 JSPropertyNameIterator* thisObject = jsCast<JSPropertyNameIterator*>(cell); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/bindings/
H A DScriptFunctionCall.cpp110 ScriptFunctionCall::ScriptFunctionCall(const Deprecated::ScriptObject& thisObject, const String& name, ScriptFunctionCallHandler callHandler) argument
120 JSObject* thisObject = m_thisObject.jsObject(); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSBase.cpp48 JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DCustomGlobalObjectClassTest.c35 static JSValueRef jsDoSomething(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argc, const JSValueRef args[], JSValueRef* exception) argument
H A DJSNodeList.c34 static JSValueRef JSNodeList_item(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) argument
54 static JSValueRef JSNodeList_length(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) argument
69 static JSValueRef JSNodeList_getProperty(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) argument
84 static void JSNodeList_initialize(JSContextRef context, JSObjectRef thisObject) argument
94 static void JSNodeList_finalize(JSObjectRef thisObject) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerActivation.cpp53 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(cell); local
64 const DebuggerActivation* thisObject = jsCast<const DebuggerActivation*>(object); local
70 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(object); local
76 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(cell); local
82 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(cell); local
88 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(object); local
94 DebuggerActivation* thisObject = jsCast<DebuggerActivation*>(object); local
[all...]

Completed in 268 milliseconds

123