Searched defs:globalObject (Results 1 - 25 of 241) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWindowCustom.h27 inline JSDOMWindow* asJSDOMWindow(JSC::JSGlobalObject* globalObject) argument
32 inline const JSDOMWindow* asJSDOMWindow(const JSC::JSGlobalObject* globalObject) argument
H A DJSCDATASectionCustom.cpp35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, CDATASection* section) argument
H A DJSEntryCustom.cpp47 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, Entry* entry) argument
H A DJSEntrySyncCustom.cpp47 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EntrySync* entry) argument
H A DJSImageDataCustom.cpp38 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, ImageData* imageData) argument
H A DJSMicroDataItemValueCustom.cpp43 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, MicroDataItemValue* itemValue) argument
H A DJSPerformanceEntryCustom.cpp49 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, PerformanceEntry* entry) argument
H A DJSSVGPathSegCustom.cpp61 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, SVGPathSeg* object) argument
[all...]
H A DJSTextCustom.cpp35 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Text* text) argument
H A DJSTouchCustom.cpp38 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Touch* touch) argument
H A DJSTouchListCustom.cpp38 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, TouchList* touchList) argument
H A DJSElementCustom.cpp54 JSValue toJSNewlyCreated(ExecState* exec, JSDOMGlobalObject* globalObject, Element* element) argument
H A DJSIDBAnyCustom.cpp55 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const IDBKeyPath& value) argument
73 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, IDBAny* idbAny) argument
[all...]
H A DJSTrackCustom.cpp55 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, TrackBase* track) argument
H A DJSCSSRuleCustom.cpp71 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, CSSRule* rule) argument
[all...]
H A DJSCanvasRenderingContextCustom.cpp53 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* object) argument
H A DJSDOMWrapper.h36 JSDOMGlobalObject* globalObject() const { return JSC::jsCast<JSDOMGlobalObject*>(JSC::JSNonFinalObject::globalObject()); } function in class:WebCore::JSDOMWrapper
40 JSDOMWrapper(JSC::Structure* structure, JSC::JSGlobalObject* globalObject) argument
H A DJSEventCustom.cpp55 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, Event* event) argument
H A DJSEventTargetCustom.cpp42 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpecialPointer.cpp34 void* actualPointerFor(JSGlobalObject* globalObject, Special::Pointer pointer) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackFunction.h48 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue proto) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayPrototype.h43 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DNativeErrorPrototype.cpp36 void NativeErrorPrototype::finishCreation(ExecState* exec, JSGlobalObject* globalObject, const WTF::String& nameAndMessage, NativeErrorConstructor* constructor) argument
H A DObjectPrototype.h36 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument
H A DStringPrototype.h39 static Structure* createStructure(VM& vm, JSGlobalObject* globalObject, JSValue prototype) argument

Completed in 200 milliseconds

12345678910