| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | stringLiteralTypeIsSubtypeOfString.ts | 38 function f9(x: 'a'); function 40 function f9(x: any) { } function
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowTruthiness.ts | 90 function f9<T extends object>(x: T) { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | controlFlowJavascript.js | 77 function f9() { function
|
| D | controlFlowNoImplicitAny.js | 101 function f9() { function
|
| D | disallowLineTerminatorBeforeArrow.js | 18 var f9 = (a: number): number variable 110 var f9 = function (a) { return a; }; function
|
| D | functionWithMultipleReturnStatements2.js | 59 function f9() { function
|
| D | reachabilityChecks6.js | 94 function f9(x) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/ |
| D | functionWithMultipleReturnStatements2.ts | 60 function f9() { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | reachabilityChecks5.ts | 96 function f9(x): number { function
|
| D | reachabilityChecks6.ts | 96 function f9(x) { function
|
| D | noImplicitAnyParametersInBareFunctions.ts | 30 var f9 = () => ""; variable
|
| D | noImplicitAnyParametersInInterface.ts | 36 f9: () => string; property
|
| D | tryCatchFinallyControlFlow.ts | 126 function f9() { function
|
| D | controlFlowJavascript.ts | 80 function f9() { function
|
| D | controlFlowArrays.ts | 86 function f9() { function
|
| D | controlFlowNoImplicitAny.ts | 103 function f9() { function
|
| D | functionsMissingReturnStatementsAndExpressions.ts | 42 function f9(): void { function
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript2018/forAwait/ |
| D | parser.forAwait.es2018.ts | 41 async function* f9() { generator
|
| /third_party/typescript/tests/cases/conformance/functions/ |
| D | functionImplementationErrors.ts | 55 var f9 = function () { variable
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | declarationsAndAssignments.ts | 66 function f9() { function
|
| /third_party/typescript/tests/cases/conformance/es6/arrowFunction/ |
| D | disallowLineTerminatorBeforeArrow.ts | 17 var f9 = (a: number): number variable
|
| /third_party/typescript/tests/cases/conformance/async/es6/ |
| D | asyncAwaitIsolatedModules_es6.ts | 18 let f9 = async (): MyPromise<void> => { }; variable
|
| /third_party/typescript/tests/cases/conformance/async/es2017/ |
| D | asyncAwaitIsolatedModules_es2017.ts | 18 let f9 = async (): MyPromise<void> => { }; variable
|
| /third_party/typescript/tests/cases/conformance/async/es5/ |
| D | asyncAwaitIsolatedModules_es5.ts | 19 let f9 = async (): MyPromise<void> => { }; variable
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
| D | parser.asyncGenerators.functionDeclarations.es2018.ts | 31 async function * f9() { generator
|