| /third_party/typescript/tests/baselines/reference/ |
| D | renamingDestructuredPropertyInFunctionType3.js | 7 const f13 = ({ [sym]: string }: O) => { }; function 13 const f13 = ({ [sym]: string }) => { }; function
|
| D | genericContextualTypes1.js | 32 const f13: <T>(x: Box<T[]>) => T = compose(unbox, unlist); constant 62 var f13 = compose(unbox, unlist); variable
|
| D | covariantCallbacks.js | 55 function f13(a: AList3, b: BList3) { function
|
| D | disallowLineTerminatorBeforeArrow.js | 38 var f13 = (a: number): variable 119 var f13 = function (a) { return a; }; function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | renamingDestructuredPropertyInFunctionType3.ts | 7 const f13 = ({ [sym]: string }: O) => { }; constant
|
| D | noImplicitAnyParametersInBareFunctions.ts | 42 var f13 = (...r) => ""; variable
|
| D | noImplicitAnyParametersInInterface.ts | 48 f13: (...r) => string; property
|
| D | controlFlowArrays.ts | 133 function f13() { function
|
| /third_party/typescript/tests/cases/conformance/types/literal/ |
| D | booleanLiteralTypes1.ts | 69 function f13(x: true | false) { function
|
| D | booleanLiteralTypes2.ts | 71 function f13(x: true | false) { function
|
| D | stringEnumLiteralTypes1.ts | 73 function f13(x: UnknownYesNo) { function
|
| D | stringEnumLiteralTypes3.ts | 112 function f13(x: Choice): Choice { function
|
| D | enumLiteralTypes3.ts | 112 function f13(x: Choice): Choice { function
|
| D | stringEnumLiteralTypes2.ts | 75 function f13(x: UnknownYesNo) { function
|
| D | enumLiteralTypes2.ts | 89 function f13(x: UnknownYesNo) { function
|
| D | enumLiteralTypes1.ts | 87 function f13(x: UnknownYesNo) { function
|
| D | numericLiteralTypes2.ts | 98 function f13(x: Tag) { function
|
| D | numericLiteralTypes1.ts | 96 function f13(x: Tag) { function
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringWithLiteralInitializers2.ts | 11 function f13([x = 0, y] = [1, 'foo']) {} function
|
| D | declarationsAndAssignments.ts | 94 function f13() { function
|
| /third_party/typescript/tests/cases/conformance/functions/ |
| D | functionImplementationErrors.ts | 71 var f13 = () => { variable
|
| /third_party/typescript/tests/cases/conformance/es6/arrowFunction/ |
| D | disallowLineTerminatorBeforeArrow.ts | 37 var f13 = (a: number): variable
|
| /third_party/typescript/tests/cases/conformance/async/es2017/ |
| D | asyncAwaitIsolatedModules_es2017.ts | 22 let f13 = async (): MyPromise<number> => p; variable
|
| /third_party/typescript/tests/cases/conformance/async/es5/ |
| D | asyncAwaitIsolatedModules_es5.ts | 23 let f13 = async (): MyPromise<number> => p; variable
|
| /third_party/typescript/tests/cases/conformance/async/es6/ |
| D | asyncAwaitIsolatedModules_es6.ts | 22 let f13 = async (): MyPromise<number> => p; variable
|