/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserOverloadOnConstants1.ts | 2 createElement(tagName: string): HTMLElement; method 3 createElement(tagName: 'canvas'): HTMLCanvasElement; method 4 createElement(tagName: 'div'): HTMLDivElement; method 5 createElement(tagName: 'span'): HTMLSpanElement; method
|
/third_party/typescript/tests/cases/compiler/ |
D | overloadOnConstConstraintChecks1.ts | 7 createElement(tagName: string): Base; method 8 createElement(tagName: 'canvas'): Derived1; method 9 createElement(tagName: 'div'): Derived2; method 10 createElement(tagName: 'span'): Derived3; method 15 createElement(tagName:string): Base; method in D
|
D | overloadingOnConstants1.ts | 7 createElement(tagName: 'canvas'): Derived1; method 8 createElement(tagName: 'div'): Derived2; method 9 createElement(tagName: 'span'): Derived3; method 10 createElement(tagName: string): Base; method
|
D | jsxFactoryIdentifier.ts | 25 export function createElement(args: any[]) { function 32 export let createElement = Element.createElement; variable 40 let createElement = Element.createElement; variable
|
D | jsxFactoryNotIdentifierOrQualifiedName.ts | 24 export function createElement(args: any[]) { function 31 export let createElement = Element.createElement; variable
|
D | jsxEmitWithAttributes.ts | 24 export function createElement(args: any[]) { function 31 export let createElement = Element.createElement; variable
|
D | jsxFactoryAndReactNamespace.ts | 25 export function createElement(args: any[]) { function 32 export let createElement = Element.createElement; variable
|
D | jsxFactoryNotIdentifierOrQualifiedName2.ts | 24 export function createElement(args: any[]) { function 31 export let createElement = Element.createElement; variable
|
D | jsxFactoryQualifiedName.ts | 25 export function createElement(args: any[]) { function 32 export let createElement = Element.createElement; variable
|
D | systemModule18.ts | 4 export function createElement() {} function
|
D | isolatedModulesExportImportUninstantiatedNamespace.ts | 16 export function createElement<ElementType extends HTMLElement>( function
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxFactoryQualifiedNameWithEs5.js | 5 const React = { createElement: skate.h }; property 18 var React = { createElement: skate.h }; property
|
D | systemModule18.js | 4 export function createElement() {} function 16 function createElement() { } function
|
D | jsxFactoryIdentifier.js | 36 let createElement = Element.createElement; variable 63 function createElement(args) { function
|
D | isolatedModulesExportImportUninstantiatedNamespace.js | 27 export function createElement(tagName, attributes) { function
|
D | jsxFactoryIdentifierAsParameter.js | 20 render(createElement) { argument
|
D | jsxFactoryQualifiedNameResolutionError.js | 19 render(createElement) { argument
|
D | jsxNamespaceReexports.js | 22 function createElement(element, props) { function
|
D | tsxAttributesHasInferrableIndex.js | 6 function createElement(name: string, attributes: Attributes | undefined, ...contents: string[]) { function
|
D | jsxFactoryNotIdentifierOrQualifiedName.js | 62 function createElement(args) { function
|
D | jsxFactoryNotIdentifierOrQualifiedName2.js | 62 function createElement(args) { function
|
D | jsxFactoryAndReactNamespace.js | 62 function createElement(args) { function
|
/third_party/node/test/fixtures/source-map/ |
D | icu.jsx | 2 createElement: () => { method
|
D | icu.js | 2 createElement: () => { method
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | util.ts | 95 export function createElement(tag: string, cls: string, content?: string) { function
|