Home
last modified time | relevance | path

Searched defs:globalObject (Results 1 – 25 of 1466) sorted by relevance

12345678910>>...59

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSSVGElementWrapperFactory.cpp205 static JSDOMWrapper* createSVGAElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, Pas… in createSVGAElementWrapper()
230 static JSDOMWrapper* createSVGCircleElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject in createSVGCircleElementWrapper()
245 static JSDOMWrapper* createSVGDefsElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createSVGDefsElementWrapper()
250 static JSDOMWrapper* createSVGDescElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createSVGDescElementWrapper()
390 static JSDOMWrapper* createSVGFontElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createSVGFontElementWrapper()
425 static JSDOMWrapper* createSVGGElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, Pas… in createSVGGElementWrapper()
440 static JSDOMWrapper* createSVGLineElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createSVGLineElementWrapper()
505 static JSDOMWrapper* createSVGSetElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createSVGSetElementWrapper()
520 static JSDOMWrapper* createSVGSVGElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createSVGSVGElementWrapper()
560 static JSDOMWrapper* createSVGUseElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createSVGUseElementWrapper()
[all …]
H A DJSHTMLElementWrapperFactory.cpp213 static JSDOMWrapper* createHTMLAreaElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject,… in createHTMLAreaElementWrapper()
220 static JSDOMWrapper* createHTMLAudioElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject in createHTMLAudioElementWrapper()
230 static JSDOMWrapper* createHTMLBaseElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject,… in createHTMLBaseElementWrapper()
245 static JSDOMWrapper* createHTMLBodyElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject,… in createHTMLBodyElementWrapper()
250 static JSDOMWrapper* createHTMLBRElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createHTMLBRElementWrapper()
284 static JSDOMWrapper* createHTMLModElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createHTMLModElementWrapper()
303 static JSDOMWrapper* createHTMLDivElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createHTMLDivElementWrapper()
353 static JSDOMWrapper* createHTMLHRElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createHTMLHRElementWrapper()
398 static JSDOMWrapper* createHTMLLIElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, P… in createHTMLLIElementWrapper()
408 static JSDOMWrapper* createHTMLPreElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, … in createHTMLPreElementWrapper()
[all …]
H A DJSMathMLElementWrapperFactory.cpp60 …SDOMWrapper* createMathMLMathElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, Pass… in createMathMLMathElementWrapper()
65 …* createMathMLInlineContainerElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, Pass… in createMathMLInlineContainerElementWrapper()
70 …SDOMWrapper* createMathMLTextElementWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, Pass… in createMathMLTextElementWrapper()
75 JSDOMWrapper* createJSMathMLWrapper(ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<Ma… in createJSMathMLWrapper()
H A DJSVoidCallback.cpp53 JSObject* JSVoidCallbackPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
70 JSVoidCallback::JSVoidCallback(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<Vo… in JSVoidCallback()
77 JSObject* JSVoidCallback::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
94 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, VoidCallback* impl) in toJS()
H A DJSAudioGain.cpp82 …tor::JSAudioGainConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSAudioGainConstructor()
115 JSObject* JSAudioGainPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 JSAudioGain::JSAudioGain(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<AudioGai… in JSAudioGain()
128 JSObject* JSAudioGain::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
149 JSValue JSAudioGain::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
154 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, AudioGain* impl) in toJS()
H A DJSOESTextureFloat.cpp52 JSObject* JSOESTextureFloatPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
59 JSOESTextureFloat::JSOESTextureFloat(Structure* structure, JSDOMGlobalObject* globalObject, PassRef… in JSOESTextureFloat()
66 JSObject* JSOESTextureFloat::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
94 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, OESTextureFloat* impl) in toJS()
H A DJSSQLTransactionSync.cpp60 JSObject* JSSQLTransactionSyncPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
77 JSSQLTransactionSync::JSSQLTransactionSync(Structure* structure, JSDOMGlobalObject* globalObject, P… in JSSQLTransactionSync()
84 JSObject* JSSQLTransactionSync::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
98 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, SQLTransactionSync* impl) in toJS()
H A DJSSQLTransaction.cpp59 JSObject* JSSQLTransactionPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
76 JSSQLTransaction::JSSQLTransaction(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPt… in JSSQLTransaction()
83 JSObject* JSSQLTransaction::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
97 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, SQLTransaction* impl) in toJS()
H A DJSWebGLRenderbuffer.cpp82 …ebGLRenderbufferConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLRenderbufferConstructor()
115 JSObject* JSWebGLRenderbufferPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 JSWebGLRenderbuffer::JSWebGLRenderbuffer(Structure* structure, JSDOMGlobalObject* globalObject, Pas… in JSWebGLRenderbuffer()
129 JSObject* JSWebGLRenderbuffer::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLRenderbuffer::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLRenderbuffer* impl) in toJS()
H A DJSWebGLUniformLocation.cpp82 …LUniformLocationConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLUniformLocationConstructor()
115 JSObject* JSWebGLUniformLocationPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 …niformLocation::JSWebGLUniformLocation(Structure* structure, JSDOMGlobalObject* globalObject, Pass… in JSWebGLUniformLocation()
129 JSObject* JSWebGLUniformLocation::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLUniformLocation::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLUniformLocation* impl) in toJS()
H A DJSWebGLVertexArrayObjectOES.cpp82 …exArrayObjectOESConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLVertexArrayObjectOESConstructor()
115 JSObject* JSWebGLVertexArrayObjectOESPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 …ObjectOES::JSWebGLVertexArrayObjectOES(Structure* structure, JSDOMGlobalObject* globalObject, Pass… in JSWebGLVertexArrayObjectOES()
129 …Object* JSWebGLVertexArrayObjectOES::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLVertexArrayObjectOES::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLVertexArrayObjectOES*… in toJS()
H A DJSWebGLBuffer.cpp82 …r::JSWebGLBufferConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLBufferConstructor()
115 JSObject* JSWebGLBufferPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 JSWebGLBuffer::JSWebGLBuffer(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<WebG… in JSWebGLBuffer()
129 JSObject* JSWebGLBuffer::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLBuffer::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLBuffer* impl) in toJS()
H A DJSWebGLFramebuffer.cpp82 …WebGLFramebufferConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLFramebufferConstructor()
115 JSObject* JSWebGLFramebufferPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 JSWebGLFramebuffer::JSWebGLFramebuffer(Structure* structure, JSDOMGlobalObject* globalObject, PassR… in JSWebGLFramebuffer()
129 JSObject* JSWebGLFramebuffer::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLFramebuffer::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLFramebuffer* impl) in toJS()
H A DJSCanvasPattern.cpp79 …:JSCanvasPatternConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSCanvasPatternConstructor()
112 JSObject* JSCanvasPatternPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
119 JSCanvasPattern::JSCanvasPattern(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<… in JSCanvasPattern()
126 JSObject* JSCanvasPattern::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
147 JSValue JSCanvasPattern::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
152 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasPattern* impl) in toJS()
H A DJSWebGLProgram.cpp82 …::JSWebGLProgramConstructor(ExecState* exec, Structure* structure, JSDOMGlobalObject* globalObject) in JSWebGLProgramConstructor()
115 JSObject* JSWebGLProgramPrototype::self(ExecState* exec, JSGlobalObject* globalObject) in self()
122 JSWebGLProgram::JSWebGLProgram(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<We… in JSWebGLProgram()
129 JSObject* JSWebGLProgram::createPrototype(ExecState* exec, JSGlobalObject* globalObject) in createPrototype()
150 JSValue JSWebGLProgram::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor()
155 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, WebGLProgram* impl) in toJS()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DSimpleGlobalObject.cpp45 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE() local
53 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in SimpleGlobal_moved() local
130 RefPtr<SimpleGlobalObject> globalObject = in Create() local
165 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in SimpleGlobalType() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DSimpleGlobalObject.cpp45 SimpleGlobalObject* globalObject = in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE() local
54 SimpleGlobalObject* globalObject = in SimpleGlobal_moved() local
132 RefPtr<SimpleGlobalObject> globalObject = in Create() local
167 SimpleGlobalObject* globalObject = in SimpleGlobalType() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DSimpleGlobalObject.cpp45 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE() local
53 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in SimpleGlobal_moved() local
130 RefPtr<SimpleGlobalObject> globalObject = in Create() local
165 auto* globalObject = static_cast<SimpleGlobalObject*>(JS::GetPrivate(obj)); in SimpleGlobalType() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DSimpleGlobalObject.cpp45 SimpleGlobalObject* globalObject = in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE() local
54 SimpleGlobalObject* globalObject = in SimpleGlobal_moved() local
131 RefPtr<SimpleGlobalObject> globalObject = in Create() local
166 SimpleGlobalObject* globalObject = in SimpleGlobalType() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DSimpleGlobalObject.cpp49 SimpleGlobalObject* globalObject = in NS_IMPL_CYCLE_COLLECTION_TRACE_WRAPPERCACHE() local
57 SimpleGlobalObject* globalObject = in SimpleGlobal_moved() local
134 RefPtr<SimpleGlobalObject> globalObject = in Create() local
170 SimpleGlobalObject* globalObject = in SimpleGlobalType() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/helpers/
H A DEnvironmentHelpers.ts13 const globalObject = (globalThis as unknown as {ls: Function}); constant
29 …const globalObject = (globalThis as unknown as {SDK: {ResourceTreeModel: SDK.ResourceTreeModel.Res… constant
106 const globalObject = (globalThis as unknown as {SDK?: {}, ls?: {}}); constant
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bridge/
H A Druntime_root.cpp64 RootObject* findRootObject(JSGlobalObject* globalObject) in findRootObject()
78 PassRefPtr<RootObject> RootObject::create(const void* nativeHandle, JSGlobalObject* globalObject) in create()
83 RootObject::RootObject(const void* nativeHandle, JSGlobalObject* globalObject) in RootObject()
166 JSGlobalObject* RootObject::globalObject() const in globalObject() function in JSC::Bindings::RootObject
172 void RootObject::updateGlobalObject(JSGlobalObject* globalObject) in updateGlobalObject()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DSimpleGlobalObject.cpp47 SimpleGlobalObject* globalObject = GetSimpleGlobal(obj); in SimpleGlobal_finalize() local
55 SimpleGlobalObject* globalObject = GetSimpleGlobal(obj); in SimpleGlobal_moved() local
141 RefPtr<SimpleGlobalObject> globalObject = in Create() local
176 SimpleGlobalObject* globalObject = GetSimpleGlobal(obj); in SimpleGlobalType() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DError.cpp42 JSObject* createError(JSGlobalObject* globalObject, const UString& message) in createError()
48 JSObject* createEvalError(JSGlobalObject* globalObject, const UString& message) in createEvalError()
54 JSObject* createRangeError(JSGlobalObject* globalObject, const UString& message) in createRangeError()
60 JSObject* createReferenceError(JSGlobalObject* globalObject, const UString& message) in createReferenceError()
66 JSObject* createSyntaxError(JSGlobalObject* globalObject, const UString& message) in createSyntaxError()
72 JSObject* createTypeError(JSGlobalObject* globalObject, const UString& message) in createTypeError()
78 JSObject* createURIError(JSGlobalObject* globalObject, const UString& message) in createURIError()
170 …StrictModeTypeErrorFunction(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, c… in StrictModeTypeErrorFunction()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.h53 DOMConstructorObject(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in DOMConstructorObject()
69 DOMConstructorWithDocument(JSC::Structure* structure, JSDOMGlobalObject* globalObject) in DOMConstructorWithDocument()
87 …lass> inline JSC::Structure* getDOMStructure(JSC::ExecState* exec, JSDOMGlobalObject* globalObject) in getDOMStructure()
100 …ass> inline JSC::JSObject* getDOMPrototype(JSC::ExecState* exec, JSC::JSGlobalObject* globalObject) in getDOMPrototype()
137 …#define CREATE_DOM_WRAPPER(exec, globalObject, className, object) createWrapper<JS##className>(exe… argument
138 …ss> inline JSDOMWrapper* createWrapper(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMC… in createWrapper()
149 …ass DOMClass> inline JSC::JSValue wrap(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, DOMC… in wrap()
231 … inline JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, PassRefPtr<T> ptr) in toJS()

12345678910>>...59