| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowBinaryOrExpression.symbols | 32 export interface HTMLCollection { 33 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1)) 36 >length : Symbol(HTMLCollection.length, Decl(controlFlowBinaryOrExpression.ts, 14, 33)) 45 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection; 49 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1)) 51 type EventTargetLike = {a: string} | HTMLCollection | NodeList; 54 >HTMLCollection : Symbol(HTMLCollection, Decl(controlFlowBinaryOrExpression.ts, 12, 1))
|
| D | controlFlowBinaryOrExpression.types | 43 export interface HTMLCollection { 52 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection; 53 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection 56 type EventTargetLike = {a: string} | HTMLCollection | NodeList; 72 >sourceObj : NodeList | HTMLCollection 78 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection 83 >sourceObj : NodeList | HTMLCollection 93 >isHTMLCollection : (sourceObj: any) => sourceObj is HTMLCollection
|
| D | controlFlowBinaryOrExpression.js | 16 export interface HTMLCollection { 21 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection; 23 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
|
| D | globalThisBlockscopedProperties.types | 67 …" | "HTMLBodyElement" | "HTMLButtonElement" | "HTMLCanvasElement" | "HTMLCollection" | "HTMLDListE…
|
| D | mappedTypeRecursiveInference.types | 100 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis… 102 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis… 108 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis… 110 …TMLBodyElement: any; HTMLButtonElement: any; HTMLCanvasElement: any; HTMLCollection: any; HTMLDLis…
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowBinaryOrExpression.ts | 15 export interface HTMLCollection { interface 20 declare function isHTMLCollection(sourceObj: any): sourceObj is HTMLCollection; 22 type EventTargetLike = {a: string} | HTMLCollection | NodeList;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | dom.idl | 111 [SameObject] readonly attribute HTMLCollection children; 158 interface HTMLCollection { 275 HTMLCollection getElementsByTagName(DOMString qualifiedName); 276 HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName); 277 HTMLCollection getElementsByClassName(DOMString classNames); 377 HTMLCollection getElementsByTagName(DOMString qualifiedName); 378 HTMLCollection getElementsByTagNameNS(DOMString? namespace, DOMString localName); 379 HTMLCollection getElementsByClassName(DOMString classNames);
|
| D | html.idl | 11 getter (HTMLCollection or Element)? namedItem(DOMString name); 12 (HTMLCollection or Element)? item(optional DOMString nameOrIndex); 18 interface HTMLFormControlsCollection : HTMLCollection { 29 interface HTMLOptionsCollection : HTMLCollection { 64 [SameObject] readonly attribute HTMLCollection images; 65 [SameObject] readonly attribute HTMLCollection embeds; 66 [SameObject] readonly attribute HTMLCollection plugins; 67 [SameObject] readonly attribute HTMLCollection links; 68 [SameObject] readonly attribute HTMLCollection forms; 69 [SameObject] readonly attribute HTMLCollection scripts; [all …]
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 5686 all: HTMLCollection; 5690 anchors: HTMLCollection; 5694 applets: HTMLCollection; 5741 embeds: HTMLCollection; 5749 forms: HTMLCollection; 5757 images: HTMLCollection; 5777 links: HTMLCollection; 6089 plugins: HTMLCollection; 6106 scripts: HTMLCollection; 7265 interface HTMLAllCollection extends HTMLCollection { [all …]
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 6146 item(nameOrIndex?: string): HTMLCollection | Element | null; 6154 namedItem(name: string): HTMLCollection | Element | null; 6540 interface HTMLCollection extends HTMLCollectionBase { interface 6547 declare var HTMLCollection: { variable 6548 prototype: HTMLCollection; 6549 new(): HTMLCollection; 6746 readonly elements: HTMLCollection; 7573 readonly areas: HTMLCollection; 11408 readonly children: HTMLCollection;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 6126 item(nameOrIndex?: string): HTMLCollection | Element | null; 6134 namedItem(name: string): HTMLCollection | Element | null; 6520 interface HTMLCollection extends HTMLCollectionBase { interface 6527 declare var HTMLCollection: { variable 6528 prototype: HTMLCollection; 6529 new(): HTMLCollection; 6726 readonly elements: HTMLCollection; 7553 readonly areas: HTMLCollection; 11388 readonly children: HTMLCollection;
|
| /third_party/freetype/docs/reference/assets/javascripts/ |
| D | bundle.82b56eb2.min.js.map | 4 …HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigge…
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136440 HTMLCollection, enumerator 137227 HTMLCollection, enumerator 139468 struct PrototypeTraits<prototypes::id::HTMLCollection>
|
| /third_party/typescript/tests/baselines/reference/user/ |
| D | chrome-devtools-frontend.log | 4491 …front_end/console/ConsoleViewMessage.js(855,29): error TS2488: Type 'HTMLCollection' must have a '…
|