| /third_party/typescript/tests/cases/compiler/ |
| D | restParameters.ts | 5 function f20(a:string, b?:string, ...c:number[]){} function
|
| D | tryCatchFinallyControlFlow.ts | 284 function f20() { function
|
| D | functionsMissingReturnStatementsAndExpressions.ts | 99 function f20(): any | number { function
|
| D | contextuallyTypedParametersWithInitializers.ts | 16 const f20 = function (foo = 42) { return foo }; constant
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | booleanLiteralTypes2.ts | 84 function f20(x: Item) { function
|
| D | booleanLiteralTypes1.ts | 82 function f20(x: Item) { function
|
| D | stringEnumLiteralTypes2.ts | 88 function f20(x: Item) { function
|
| D | stringEnumLiteralTypes1.ts | 86 function f20(x: Item) { function
|
| D | enumLiteralTypes1.ts | 100 function f20(x: Item) { function
|
| D | enumLiteralTypes2.ts | 102 function f20(x: Item) { function
|
| D | numericLiteralTypes1.ts | 124 function f20(x: Item) { function
|
| D | numericLiteralTypes2.ts | 126 function f20(x: Item) { function
|
| /third_party/typescript/tests/baselines/reference/ |
| D | restParameters.js | 6 function f20(a:string, b?:string, ...c:number[]){} function
|
| D | genericContextualTypes1.js | 37 const f20: (a: string[]) => number[] = arrayMap(x => x.length); constant 65 var f20 = arrayMap(function (x) { return x.length; }); variable
|
| D | booleanLiteralTypes1.js | 83 function f20(x: Item) { function
|
| D | booleanLiteralTypes2.js | 83 function f20(x: Item) { function
|
| D | stringEnumLiteralTypes1.js | 87 function f20(x: Item) { function
|
| D | stringEnumLiteralTypes2.js | 87 function f20(x: Item) { function
|
| D | enumLiteralTypes1.js | 101 function f20(x: Item) { function
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringWithLiteralInitializers2.ts | 13 function f20([x = 0, y = 'bar']) {} function
|
| D | declarationsAndAssignments.ts | 151 function f20(v: [number, number, number]) { function
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
| D | parser.asyncGenerators.functionDeclarations.es2018.ts | 81 async function * f20() { generator
|
| D | parser.asyncGenerators.functionExpressions.es2018.ts | 81 const f20 = async function * () { constant
|
| /third_party/typescript/tests/cases/conformance/types/union/ |
| D | discriminatedUnionTypes2.ts | 66 function f20<Data>(carrier: DataCarrier<Data>) { function
|
| /third_party/typescript/tests/cases/conformance/types/rest/ |
| D | genericRestParameters2.ts | 63 declare const f20: <T extends unknown[]>(...args: T) => T; constant
|