From ac274eee72be852afc0e357a3525f133699a3dc9 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 4 Sep 2022 16:57:33 +0200 Subject: LibWeb: Remove the NO_INSTANCE option now that all wrappers are gone --- Userland/Libraries/LibWeb/idl_files.cmake | 374 +++++++++++++++--------------- 1 file changed, 187 insertions(+), 187 deletions(-) (limited to 'Userland') diff --git a/Userland/Libraries/LibWeb/idl_files.cmake b/Userland/Libraries/LibWeb/idl_files.cmake index 7708d8d2c2..9e91f119fd 100644 --- a/Userland/Libraries/LibWeb/idl_files.cmake +++ b/Userland/Libraries/LibWeb/idl_files.cmake @@ -1,190 +1,190 @@ # This file is included from "Meta/CMake/libweb_data.cmake" # It is defined here so that there is no need to go to the Meta directory when adding new idl files -libweb_js_wrapper(Crypto/Crypto NO_INSTANCE) -libweb_js_wrapper(Crypto/SubtleCrypto NO_INSTANCE) -libweb_js_wrapper(CSS/CSSConditionRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSFontFaceRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSGroupingRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSImportRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSMediaRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSRuleList NO_INSTANCE) -libweb_js_wrapper(CSS/CSSStyleDeclaration NO_INSTANCE) -libweb_js_wrapper(CSS/CSSStyleRule NO_INSTANCE) -libweb_js_wrapper(CSS/CSSStyleSheet NO_INSTANCE) -libweb_js_wrapper(CSS/CSSSupportsRule NO_INSTANCE) -libweb_js_wrapper(CSS/MediaList NO_INSTANCE) -libweb_js_wrapper(CSS/MediaQueryList NO_INSTANCE) -libweb_js_wrapper(CSS/MediaQueryListEvent NO_INSTANCE) -libweb_js_wrapper(CSS/Screen NO_INSTANCE) -libweb_js_wrapper(CSS/StyleSheet NO_INSTANCE) -libweb_js_wrapper(CSS/StyleSheetList NO_INSTANCE) -libweb_js_wrapper(DOM/AbstractRange NO_INSTANCE) -libweb_js_wrapper(DOM/Attribute NO_INSTANCE) -libweb_js_wrapper(DOM/AbortController NO_INSTANCE) -libweb_js_wrapper(DOM/AbortSignal NO_INSTANCE) -libweb_js_wrapper(DOM/CDATASection NO_INSTANCE) -libweb_js_wrapper(DOM/CharacterData NO_INSTANCE) -libweb_js_wrapper(DOM/Comment NO_INSTANCE) -libweb_js_wrapper(DOM/CustomEvent NO_INSTANCE) -libweb_js_wrapper(DOM/Document NO_INSTANCE) -libweb_js_wrapper(DOM/DocumentFragment NO_INSTANCE) -libweb_js_wrapper(DOM/DocumentType NO_INSTANCE) -libweb_js_wrapper(DOM/DOMException NO_INSTANCE) -libweb_js_wrapper(DOM/DOMImplementation NO_INSTANCE) -libweb_js_wrapper(DOM/DOMTokenList NO_INSTANCE) -libweb_js_wrapper(DOM/Element NO_INSTANCE) -libweb_js_wrapper(DOM/Event NO_INSTANCE) -libweb_js_wrapper(DOM/EventTarget NO_INSTANCE) -libweb_js_wrapper(DOM/HTMLCollection NO_INSTANCE) -libweb_js_wrapper(DOM/MutationRecord NO_INSTANCE) -libweb_js_wrapper(DOM/MutationObserver NO_INSTANCE) -libweb_js_wrapper(DOM/NamedNodeMap NO_INSTANCE) -libweb_js_wrapper(DOM/Node NO_INSTANCE) -libweb_js_wrapper(DOM/NodeIterator NO_INSTANCE) -libweb_js_wrapper(DOM/NodeList NO_INSTANCE) -libweb_js_wrapper(DOM/ProcessingInstruction NO_INSTANCE) -libweb_js_wrapper(DOM/Range NO_INSTANCE) -libweb_js_wrapper(DOM/ShadowRoot NO_INSTANCE) -libweb_js_wrapper(DOM/StaticRange NO_INSTANCE) -libweb_js_wrapper(DOM/Text NO_INSTANCE) -libweb_js_wrapper(DOM/TreeWalker NO_INSTANCE) -libweb_js_wrapper(DOMParsing/XMLSerializer NO_INSTANCE) -libweb_js_wrapper(Encoding/TextDecoder NO_INSTANCE) -libweb_js_wrapper(Encoding/TextEncoder NO_INSTANCE) -libweb_js_wrapper(Fetch/Headers ITERABLE NO_INSTANCE) -libweb_js_wrapper(FileAPI/Blob NO_INSTANCE) -libweb_js_wrapper(FileAPI/File NO_INSTANCE) -libweb_js_wrapper(Geometry/DOMPoint NO_INSTANCE) -libweb_js_wrapper(Geometry/DOMPointReadOnly NO_INSTANCE) -libweb_js_wrapper(Geometry/DOMRect NO_INSTANCE) -libweb_js_wrapper(Geometry/DOMRectList NO_INSTANCE) -libweb_js_wrapper(Geometry/DOMRectReadOnly NO_INSTANCE) -libweb_js_wrapper(HTML/CanvasGradient NO_INSTANCE) -libweb_js_wrapper(HTML/CanvasRenderingContext2D NO_INSTANCE) -libweb_js_wrapper(HTML/CloseEvent NO_INSTANCE) -libweb_js_wrapper(HTML/DOMParser NO_INSTANCE) -libweb_js_wrapper(HTML/DOMStringMap NO_INSTANCE) -libweb_js_wrapper(HTML/ErrorEvent NO_INSTANCE) -libweb_js_wrapper(HTML/History NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLAnchorElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLAreaElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLAudioElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLBaseElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLBodyElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLBRElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLButtonElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLCanvasElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDataElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDataListElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDetailsElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDialogElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDirectoryElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDivElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLDListElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLEmbedElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLFieldSetElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLFontElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLFormElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLFrameElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLFrameSetElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLHeadElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLHeadingElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLHRElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLHtmlElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLIFrameElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLImageElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLInputElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLLabelElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLLegendElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLLIElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLLinkElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMapElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMarqueeElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMediaElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMenuElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMetaElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLMeterElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLModElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLObjectElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLOListElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLOptGroupElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLOptionElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLOptionsCollection NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLOutputElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLParagraphElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLParamElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLPictureElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLPreElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLProgressElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLQuoteElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLScriptElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLSelectElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLSlotElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLSourceElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLSpanElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLStyleElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableCaptionElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableCellElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableColElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableRowElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTableSectionElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTemplateElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTextAreaElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTimeElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTitleElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLTrackElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLUListElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLUnknownElement NO_INSTANCE) -libweb_js_wrapper(HTML/HTMLVideoElement NO_INSTANCE) -libweb_js_wrapper(HTML/ImageData NO_INSTANCE) -libweb_js_wrapper(HTML/MessageChannel NO_INSTANCE) -libweb_js_wrapper(HTML/MessageEvent NO_INSTANCE) -libweb_js_wrapper(HTML/MessagePort NO_INSTANCE) -libweb_js_wrapper(HTML/PageTransitionEvent NO_INSTANCE) -libweb_js_wrapper(HTML/Path2D NO_INSTANCE) -libweb_js_wrapper(HTML/PromiseRejectionEvent NO_INSTANCE) -libweb_js_wrapper(HTML/Storage NO_INSTANCE) -libweb_js_wrapper(HTML/SubmitEvent NO_INSTANCE) -libweb_js_wrapper(HTML/TextMetrics NO_INSTANCE) -libweb_js_wrapper(HTML/Worker NO_INSTANCE) -libweb_js_wrapper(HTML/WorkerGlobalScope NO_INSTANCE) -libweb_js_wrapper(HTML/WorkerLocation NO_INSTANCE) -libweb_js_wrapper(HTML/WorkerNavigator NO_INSTANCE) -libweb_js_wrapper(HighResolutionTime/Performance NO_INSTANCE) -libweb_js_wrapper(IntersectionObserver/IntersectionObserver NO_INSTANCE) -libweb_js_wrapper(NavigationTiming/PerformanceTiming NO_INSTANCE) -libweb_js_wrapper(RequestIdleCallback/IdleDeadline NO_INSTANCE) -libweb_js_wrapper(ResizeObserver/ResizeObserver NO_INSTANCE) -libweb_js_wrapper(SVG/SVGAnimatedLength NO_INSTANCE) -libweb_js_wrapper(SVG/SVGClipPathElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGDefsElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGGeometryElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGGraphicsElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGCircleElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGEllipseElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGLength NO_INSTANCE) -libweb_js_wrapper(SVG/SVGLineElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGPathElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGPolygonElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGPolylineElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGRectElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGSVGElement NO_INSTANCE) -libweb_js_wrapper(SVG/SVGTextContentElement NO_INSTANCE) -libweb_js_wrapper(Selection/Selection NO_INSTANCE) -libweb_js_wrapper(UIEvents/FocusEvent NO_INSTANCE) -libweb_js_wrapper(UIEvents/KeyboardEvent NO_INSTANCE) -libweb_js_wrapper(UIEvents/MouseEvent NO_INSTANCE) -libweb_js_wrapper(UIEvents/UIEvent NO_INSTANCE) -libweb_js_wrapper(URL/URL NO_INSTANCE) -libweb_js_wrapper(URL/URLSearchParams ITERABLE NO_INSTANCE) -libweb_js_wrapper(WebGL/WebGLContextEvent NO_INSTANCE) -libweb_js_wrapper(WebGL/WebGLRenderingContext NO_INSTANCE) -libweb_js_wrapper(WebSockets/WebSocket NO_INSTANCE) -libweb_js_wrapper(XHR/ProgressEvent NO_INSTANCE) -libweb_js_wrapper(XHR/XMLHttpRequest NO_INSTANCE) -libweb_js_wrapper(XHR/XMLHttpRequestEventTarget NO_INSTANCE) +libweb_js_wrapper(Crypto/Crypto) +libweb_js_wrapper(Crypto/SubtleCrypto) +libweb_js_wrapper(CSS/CSSConditionRule) +libweb_js_wrapper(CSS/CSSFontFaceRule) +libweb_js_wrapper(CSS/CSSGroupingRule) +libweb_js_wrapper(CSS/CSSImportRule) +libweb_js_wrapper(CSS/CSSMediaRule) +libweb_js_wrapper(CSS/CSSRule) +libweb_js_wrapper(CSS/CSSRuleList) +libweb_js_wrapper(CSS/CSSStyleDeclaration) +libweb_js_wrapper(CSS/CSSStyleRule) +libweb_js_wrapper(CSS/CSSStyleSheet) +libweb_js_wrapper(CSS/CSSSupportsRule) +libweb_js_wrapper(CSS/MediaList) +libweb_js_wrapper(CSS/MediaQueryList) +libweb_js_wrapper(CSS/MediaQueryListEvent) +libweb_js_wrapper(CSS/Screen) +libweb_js_wrapper(CSS/StyleSheet) +libweb_js_wrapper(CSS/StyleSheetList) +libweb_js_wrapper(DOM/AbstractRange) +libweb_js_wrapper(DOM/Attribute) +libweb_js_wrapper(DOM/AbortController) +libweb_js_wrapper(DOM/AbortSignal) +libweb_js_wrapper(DOM/CDATASection) +libweb_js_wrapper(DOM/CharacterData) +libweb_js_wrapper(DOM/Comment) +libweb_js_wrapper(DOM/CustomEvent) +libweb_js_wrapper(DOM/Document) +libweb_js_wrapper(DOM/DocumentFragment) +libweb_js_wrapper(DOM/DocumentType) +libweb_js_wrapper(DOM/DOMException) +libweb_js_wrapper(DOM/DOMImplementation) +libweb_js_wrapper(DOM/DOMTokenList) +libweb_js_wrapper(DOM/Element) +libweb_js_wrapper(DOM/Event) +libweb_js_wrapper(DOM/EventTarget) +libweb_js_wrapper(DOM/HTMLCollection) +libweb_js_wrapper(DOM/MutationRecord) +libweb_js_wrapper(DOM/MutationObserver) +libweb_js_wrapper(DOM/NamedNodeMap) +libweb_js_wrapper(DOM/Node) +libweb_js_wrapper(DOM/NodeIterator) +libweb_js_wrapper(DOM/NodeList) +libweb_js_wrapper(DOM/ProcessingInstruction) +libweb_js_wrapper(DOM/Range) +libweb_js_wrapper(DOM/ShadowRoot) +libweb_js_wrapper(DOM/StaticRange) +libweb_js_wrapper(DOM/Text) +libweb_js_wrapper(DOM/TreeWalker) +libweb_js_wrapper(DOMParsing/XMLSerializer) +libweb_js_wrapper(Encoding/TextDecoder) +libweb_js_wrapper(Encoding/TextEncoder) +libweb_js_wrapper(Fetch/Headers ITERABLE) +libweb_js_wrapper(FileAPI/Blob) +libweb_js_wrapper(FileAPI/File) +libweb_js_wrapper(Geometry/DOMPoint) +libweb_js_wrapper(Geometry/DOMPointReadOnly) +libweb_js_wrapper(Geometry/DOMRect) +libweb_js_wrapper(Geometry/DOMRectList) +libweb_js_wrapper(Geometry/DOMRectReadOnly) +libweb_js_wrapper(HTML/CanvasGradient) +libweb_js_wrapper(HTML/CanvasRenderingContext2D) +libweb_js_wrapper(HTML/CloseEvent) +libweb_js_wrapper(HTML/DOMParser) +libweb_js_wrapper(HTML/DOMStringMap) +libweb_js_wrapper(HTML/ErrorEvent) +libweb_js_wrapper(HTML/History) +libweb_js_wrapper(HTML/HTMLAnchorElement) +libweb_js_wrapper(HTML/HTMLAreaElement) +libweb_js_wrapper(HTML/HTMLAudioElement) +libweb_js_wrapper(HTML/HTMLBaseElement) +libweb_js_wrapper(HTML/HTMLBodyElement) +libweb_js_wrapper(HTML/HTMLBRElement) +libweb_js_wrapper(HTML/HTMLButtonElement) +libweb_js_wrapper(HTML/HTMLCanvasElement) +libweb_js_wrapper(HTML/HTMLDataElement) +libweb_js_wrapper(HTML/HTMLDataListElement) +libweb_js_wrapper(HTML/HTMLDetailsElement) +libweb_js_wrapper(HTML/HTMLDialogElement) +libweb_js_wrapper(HTML/HTMLDirectoryElement) +libweb_js_wrapper(HTML/HTMLDivElement) +libweb_js_wrapper(HTML/HTMLDListElement) +libweb_js_wrapper(HTML/HTMLElement) +libweb_js_wrapper(HTML/HTMLEmbedElement) +libweb_js_wrapper(HTML/HTMLFieldSetElement) +libweb_js_wrapper(HTML/HTMLFontElement) +libweb_js_wrapper(HTML/HTMLFormElement) +libweb_js_wrapper(HTML/HTMLFrameElement) +libweb_js_wrapper(HTML/HTMLFrameSetElement) +libweb_js_wrapper(HTML/HTMLHeadElement) +libweb_js_wrapper(HTML/HTMLHeadingElement) +libweb_js_wrapper(HTML/HTMLHRElement) +libweb_js_wrapper(HTML/HTMLHtmlElement) +libweb_js_wrapper(HTML/HTMLIFrameElement) +libweb_js_wrapper(HTML/HTMLImageElement) +libweb_js_wrapper(HTML/HTMLInputElement) +libweb_js_wrapper(HTML/HTMLLabelElement) +libweb_js_wrapper(HTML/HTMLLegendElement) +libweb_js_wrapper(HTML/HTMLLIElement) +libweb_js_wrapper(HTML/HTMLLinkElement) +libweb_js_wrapper(HTML/HTMLMapElement) +libweb_js_wrapper(HTML/HTMLMarqueeElement) +libweb_js_wrapper(HTML/HTMLMediaElement) +libweb_js_wrapper(HTML/HTMLMenuElement) +libweb_js_wrapper(HTML/HTMLMetaElement) +libweb_js_wrapper(HTML/HTMLMeterElement) +libweb_js_wrapper(HTML/HTMLModElement) +libweb_js_wrapper(HTML/HTMLObjectElement) +libweb_js_wrapper(HTML/HTMLOListElement) +libweb_js_wrapper(HTML/HTMLOptGroupElement) +libweb_js_wrapper(HTML/HTMLOptionElement) +libweb_js_wrapper(HTML/HTMLOptionsCollection) +libweb_js_wrapper(HTML/HTMLOutputElement) +libweb_js_wrapper(HTML/HTMLParagraphElement) +libweb_js_wrapper(HTML/HTMLParamElement) +libweb_js_wrapper(HTML/HTMLPictureElement) +libweb_js_wrapper(HTML/HTMLPreElement) +libweb_js_wrapper(HTML/HTMLProgressElement) +libweb_js_wrapper(HTML/HTMLQuoteElement) +libweb_js_wrapper(HTML/HTMLScriptElement) +libweb_js_wrapper(HTML/HTMLSelectElement) +libweb_js_wrapper(HTML/HTMLSlotElement) +libweb_js_wrapper(HTML/HTMLSourceElement) +libweb_js_wrapper(HTML/HTMLSpanElement) +libweb_js_wrapper(HTML/HTMLStyleElement) +libweb_js_wrapper(HTML/HTMLTableCaptionElement) +libweb_js_wrapper(HTML/HTMLTableCellElement) +libweb_js_wrapper(HTML/HTMLTableColElement) +libweb_js_wrapper(HTML/HTMLTableElement) +libweb_js_wrapper(HTML/HTMLTableRowElement) +libweb_js_wrapper(HTML/HTMLTableSectionElement) +libweb_js_wrapper(HTML/HTMLTemplateElement) +libweb_js_wrapper(HTML/HTMLTextAreaElement) +libweb_js_wrapper(HTML/HTMLTimeElement) +libweb_js_wrapper(HTML/HTMLTitleElement) +libweb_js_wrapper(HTML/HTMLTrackElement) +libweb_js_wrapper(HTML/HTMLUListElement) +libweb_js_wrapper(HTML/HTMLUnknownElement) +libweb_js_wrapper(HTML/HTMLVideoElement) +libweb_js_wrapper(HTML/ImageData) +libweb_js_wrapper(HTML/MessageChannel) +libweb_js_wrapper(HTML/MessageEvent) +libweb_js_wrapper(HTML/MessagePort) +libweb_js_wrapper(HTML/PageTransitionEvent) +libweb_js_wrapper(HTML/Path2D) +libweb_js_wrapper(HTML/PromiseRejectionEvent) +libweb_js_wrapper(HTML/Storage) +libweb_js_wrapper(HTML/SubmitEvent) +libweb_js_wrapper(HTML/TextMetrics) +libweb_js_wrapper(HTML/Worker) +libweb_js_wrapper(HTML/WorkerGlobalScope) +libweb_js_wrapper(HTML/WorkerLocation) +libweb_js_wrapper(HTML/WorkerNavigator) +libweb_js_wrapper(HighResolutionTime/Performance) +libweb_js_wrapper(IntersectionObserver/IntersectionObserver) +libweb_js_wrapper(NavigationTiming/PerformanceTiming) +libweb_js_wrapper(RequestIdleCallback/IdleDeadline) +libweb_js_wrapper(ResizeObserver/ResizeObserver) +libweb_js_wrapper(SVG/SVGAnimatedLength) +libweb_js_wrapper(SVG/SVGClipPathElement) +libweb_js_wrapper(SVG/SVGDefsElement) +libweb_js_wrapper(SVG/SVGElement) +libweb_js_wrapper(SVG/SVGGeometryElement) +libweb_js_wrapper(SVG/SVGGraphicsElement) +libweb_js_wrapper(SVG/SVGCircleElement) +libweb_js_wrapper(SVG/SVGEllipseElement) +libweb_js_wrapper(SVG/SVGLength) +libweb_js_wrapper(SVG/SVGLineElement) +libweb_js_wrapper(SVG/SVGPathElement) +libweb_js_wrapper(SVG/SVGPolygonElement) +libweb_js_wrapper(SVG/SVGPolylineElement) +libweb_js_wrapper(SVG/SVGRectElement) +libweb_js_wrapper(SVG/SVGSVGElement) +libweb_js_wrapper(SVG/SVGTextContentElement) +libweb_js_wrapper(Selection/Selection) +libweb_js_wrapper(UIEvents/FocusEvent) +libweb_js_wrapper(UIEvents/KeyboardEvent) +libweb_js_wrapper(UIEvents/MouseEvent) +libweb_js_wrapper(UIEvents/UIEvent) +libweb_js_wrapper(URL/URL) +libweb_js_wrapper(URL/URLSearchParams ITERABLE) +libweb_js_wrapper(WebGL/WebGLContextEvent) +libweb_js_wrapper(WebGL/WebGLRenderingContext) +libweb_js_wrapper(WebSockets/WebSocket) +libweb_js_wrapper(XHR/ProgressEvent) +libweb_js_wrapper(XHR/XMLHttpRequest) +libweb_js_wrapper(XHR/XMLHttpRequestEventTarget) -- cgit v1.2.3