/third_party/typescript/tests/cases/compiler/ |
D | restParameters.ts | 7 function f21(a:string, b?:string, c?:number, ...d:number[]){} function
|
D | tryCatchFinallyControlFlow.ts | 309 function f21() { function
|
D | functionsMissingReturnStatementsAndExpressions.ts | 103 function f21(): number | string { function
|
/third_party/typescript/tests/baselines/reference/ |
D | varianceMeasurement.js | 22 const f21: Foo2<'a'> = f20; constant 85 var f21 = f20; variable
|
D | restParameters.js | 8 function f21(a:string, b?:string, c?:number, ...d:number[]){} function
|
D | genericContextualTypes1.js | 38 const f21: <A>(a: A[]) => A[][] = arrayMap(x => [x]); constant 66 var f21 = arrayMap(function (x) { return [x]; }); variable
|
D | destructuringObjectBindingPatternAndAssignment3.js | 16 var _a = undefined.f2, _b = _a === void 0 ? { f212: "string" } : _a, f21 = _b.f21; variable
|
D | booleanLiteralTypes1.js | 90 function f21(x: Item) { function
|
D | booleanLiteralTypes2.js | 90 function f21(x: Item) { function
|
D | stringEnumLiteralTypes1.js | 94 function f21(x: Item) { function
|
D | stringEnumLiteralTypes2.js | 94 function f21(x: Item) { function
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | booleanLiteralTypes1.ts | 89 function f21(x: Item) { function
|
D | booleanLiteralTypes2.ts | 91 function f21(x: Item) { function
|
D | stringEnumLiteralTypes2.ts | 95 function f21(x: Item) { function
|
D | stringEnumLiteralTypes1.ts | 93 function f21(x: Item) { function
|
D | enumLiteralTypes1.ts | 107 function f21(x: Item) { function
|
D | enumLiteralTypes2.ts | 109 function f21(x: Item) { function
|
D | numericLiteralTypes1.ts | 132 function f21(x: Item) { function
|
D | numericLiteralTypes2.ts | 134 function f21(x: Item) { function
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | canonical-cmp-zero.c | 10 int f21(int x) { return x >= -8; } in f21() function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringWithLiteralInitializers2.ts | 14 function f21([x = 0, y = 'bar'] = []) {} function
|
D | declarationsAndAssignments.ts | 169 function f21(v: [number, string, boolean]) { function
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 62 let f21 = C.bind(undefined, 10); variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/ |
D | parser.asyncGenerators.functionDeclarations.es2018.ts | 85 async function * f21() { generator
|
D | parser.asyncGenerators.functionExpressions.es2018.ts | 85 const f21 = async function *() { constant
|