Searched defs:globalObject (Results 176 - 200 of 241) sorted by relevance

12345678910

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOperations.h259 inline bool isPrototypeChainNormalized(JSGlobalObject* globalObject, Structure* structure) argument
H A DRegExpConstructor.cpp85 RegExpConstructor::RegExpConstructor(JSGlobalObject* globalObject, Structure* structure, RegExpPrototype* regExpPrototype) argument
257 JSObject* constructRegExp(ExecState* exec, JSGlobalObject* globalObject, const ArgList& args, bool callAsConstructor) argument
H A DRegExpObject.cpp66 RegExpObject::RegExpObject(JSGlobalObject* globalObject, Structure* structure, RegExp* regExp) argument
74 void RegExpObject::finishCreation(JSGlobalObject* globalObject) argument
H A DSparseArrayValueMap.cpp70 Structure* SparseArrayValueMap::createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DWriteBarrier.h58 template<> inline void validateCell<JSGlobalObject*>(JSGlobalObject* globalObject) argument
H A DJSFunction.cpp60 JSFunction* JSFunction::create(ExecState* exec, JSGlobalObject* globalObject, int length, const String& name, NativeFunction nativeFunction, Intrinsic intrinsic, NativeFunction nativeConstructor) argument
84 JSFunction::JSFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure) argument
[all...]
H A DJSString.h157 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue proto) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DIDBBindingUtilities.cpp75 static JSValue idbKeyToJSValue(ExecState* exec, JSDOMGlobalObject* globalObject, IDBKey* key) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSFloat64Array.cpp66 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Float64Array* object) argument
83 JSFloat64ArrayConstructor::JSFloat64ArrayConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
88 void JSFloat64ArrayConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
129 JSObject* JSFloat64ArrayPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
153 JSFloat64Array::JSFloat64Array(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPt argument
168 createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
247 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
[all...]
H A DJSTestActiveDOMObject.cpp56 JSTestActiveDOMObjectConstructor::JSTestActiveDOMObjectConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
61 void JSTestActiveDOMObjectConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
91 JSObject* JSTestActiveDOMObjectPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
110 JSTestActiveDOMObject::JSTestActiveDOMObject(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestActiveDOMObject> impl) argument
122 JSObject* JSTestActiveDOMObject::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
174 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
247 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestActiveDOMObject* impl) argument
[all...]
H A DJSTestCustomNamedGetter.cpp54 JSTestCustomNamedGetterConstructor::JSTestCustomNamedGetterConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
59 void JSTestCustomNamedGetterConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
88 JSObject* JSTestCustomNamedGetterPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
107 JSTestCustomNamedGetter::JSTestCustomNamedGetter(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestCustomNamedGetter> impl) argument
119 JSObject* JSTestCustomNamedGetter::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
177 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
231 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestCustomNamedGetter* impl) argument
[all...]
H A DJSTestEventConstructor.cpp94 JSTestEventConstructorConstructor::JSTestEventConstructorConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
99 void JSTestEventConstructorConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
133 JSObject* JSTestEventConstructorPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
140 JSTestEventConstructor::JSTestEventConstructor(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestEventConstructor> impl) argument
152 JSObject* JSTestEventConstructor::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
208 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
245 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestEventConstructor* impl) argument
[all...]
H A DJSTestEventTarget.cpp60 JSTestEventTargetConstructor::JSTestEventTargetConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
65 void JSTestEventTargetConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
97 JSObject* JSTestEventTargetPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
116 JSTestEventTarget::JSTestEventTarget(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestEventTarget> impl) argument
128 JSObject* JSTestEventTarget::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
223 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
354 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestEventTarget* impl) argument
[all...]
H A DJSTestException.cpp53 JSTestExceptionConstructor::JSTestExceptionConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
58 void JSTestExceptionConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
86 JSObject* JSTestExceptionPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
93 JSTestException::JSTestException(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestException> impl) argument
105 JSObject* JSTestException::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
151 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
188 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestException* impl) argument
[all...]
H A DJSTestMediaQueryListListener.cpp54 JSTestMediaQueryListListenerConstructor::JSTestMediaQueryListListenerConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
59 void JSTestMediaQueryListListenerConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
88 JSObject* JSTestMediaQueryListListenerPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
107 JSTestMediaQueryListListener::JSTestMediaQueryListListener(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestMediaQueryListListener> impl) argument
119 JSObject* JSTestMediaQueryListListener::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
155 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
209 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestMediaQueryListListener* impl) argument
[all...]
H A DJSTestNamedConstructor.cpp53 JSTestNamedConstructorConstructor::JSTestNamedConstructorConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
58 void JSTestNamedConstructorConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
101 JSTestNamedConstructorNamedConstructor::JSTestNamedConstructorNamedConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
106 void JSTestNamedConstructorNamedConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
130 self(ExecState* exec, JSGlobalObject* globalObject) argument
137 JSTestNamedConstructor(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestNamedConstructor> impl) argument
149 createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
185 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
190 getNamedConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
229 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestNamedConstructor* impl) argument
[all...]
H A DJSTestOverloadedConstructors.cpp121 JSTestOverloadedConstructorsConstructor::JSTestOverloadedConstructorsConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
126 void JSTestOverloadedConstructorsConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
160 JSObject* JSTestOverloadedConstructorsPrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
167 JSTestOverloadedConstructors(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestOverloadedConstructors> impl) argument
179 createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
215 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
252 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestOverloadedConstructors* impl) argument
[all...]
H A DJSTestSerializedScriptValueInterface.cpp62 JSTestSerializedScriptValueInterfaceConstructor::JSTestSerializedScriptValueInterfaceConstructor(Structure* structure, JSDOMGlobalObject* globalObject) argument
67 void JSTestSerializedScriptValueInterfaceConstructor::finishCreation(ExecState* exec, JSDOMGlobalObject* globalObject) argument
95 JSObject* JSTestSerializedScriptValueInterfacePrototype::self(ExecState* exec, JSGlobalObject* globalObject) argument
102 JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestSerializedScriptValueInterface> impl) argument
114 JSObject* JSTestSerializedScriptValueInterface::createPrototype(ExecState* exec, JSGlobalObject* globalObject) argument
237 getConstructor(ExecState* exec, JSGlobalObject* globalObject) argument
285 toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TestSerializedScriptValueInterface* impl) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_instance.cpp114 static CRuntimeMethod* create(ExecState* exec, JSGlobalObject* globalObject, const String& name, Bindings::Method* method) argument
124 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
132 CRuntimeMethod(JSGlobalObject* globalObject, Structure* structure, Bindings::Method* method) argument
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.cpp154 JSDOMGlobalObject* globalObject = static_cast<JSDOMGlobalObject*>(::toJS(JSContextGetGlobalObject(context))); local
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_object.cpp40 RuntimeObject::RuntimeObject(ExecState*, JSGlobalObject* globalObject, Structure* structure, PassRefPtr<Instance> instance) argument
46 void RuntimeObject::finishCreation(JSGlobalObject* globalObject) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp59 JSNPObject::JSNPObject(JSGlobalObject* globalObject, Structure* structure, NPRuntimeObjectMap* objectMap, NPObject* npObject) argument
67 void JSNPObject::finishCreation(JSGlobalObject* globalObject) argument
[all...]
H A DNPJSObject.cpp284 bool NPJSObject::invoke(ExecState* exec, JSGlobalObject* globalObject, JSValue function, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) argument
H A DNPRuntimeObjectMap.cpp101 JSObject* NPRuntimeObjectMap::getOrCreateJSObject(JSGlobalObject* globalObject, NPObject* npObject) argument
115 JSValue NPRuntimeObjectMap::convertNPVariantToJSValue(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject, const NPVariant& variant) argument
241 JSGlobalObject* NPRuntimeObjectMap::globalObject() const function in class:WebKit::NPRuntimeObjectMap
252 JSGlobalObject* globalObject = this->globalObject(); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.h81 JSGlobalObject* globalObject() { return static_cast<JSGlobalObject*>(asPointer); } function in union:JSC::JITStubArg

Completed in 176 milliseconds

12345678910