| /third_party/typescript/tests/baselines/reference/ |
| D | objectTypeWithConstructSignatureAppearsToBeFunctionType.js | 10 var r2b: number = new i(); variable 25 var r2b = new i(); variable
|
| D | arrayTypeOfFunctionTypes.js | 7 var r2b = new r(); variable 24 var r2b = new r(); variable
|
| D | objectTypeWithCallSignatureAppearsToBeFunctionType.js | 11 var r2b: (x: any, y?: any) => any = i.apply; variable
|
| D | objectTypeWithCallSignatureHidingMembersOfFunction.js | 23 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfFunction.js | 20 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | objectTypeWithCallSignatureHidingMembersOfExtendedFunction.js | 30 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.js | 27 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | genericReversingTypeParameters2.js | 10 var r2b = i.get(1); variable
|
| D | genericReversingTypeParameters.js | 11 var r2b = i.get(1); variable
|
| D | arrayTypeOfFunctionTypes2.js | 7 var r2b = r(); variable
|
| D | propertyAccessOnTypeParameterWithConstraints.js | 20 var r2b = i.foo['getDate'](); variable
|
| D | propertyAccessOnTypeParameterWithoutConstraints.js | 17 var r2b = i.foo['toString'](); variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | genericReversingTypeParameters2.ts | 9 var r2b = i.get(1); variable
|
| D | genericReversingTypeParameters.ts | 10 var r2b = i.get(1); variable
|
| /third_party/typescript/tests/cases/conformance/types/members/ |
| D | objectTypeWithCallSignatureAppearsToBeFunctionType.ts | 10 var r2b: (x: any, y?: any) => any = i.apply; variable
|
| D | objectTypeWithConstructSignatureAppearsToBeFunctionType.ts | 9 var r2b: number = new i(); variable
|
| D | objectTypeWithCallSignatureHidingMembersOfFunction.ts | 22 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfFunction.ts | 19 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| D | objectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts | 29 var r2b: (thisArg: number, ...argArray: number[]) => void = x.call; variable
|
| /third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
| D | propertyAccessOnTypeParameterWithConstraints4.ts | 16 var r2b = i.foo['notHere'](); variable
|
| D | propertyAccessOnTypeParameterWithoutConstraints.ts | 16 var r2b = i.foo['toString'](); variable
|
| D | propertyAccessOnTypeParameterWithConstraints.ts | 19 var r2b = i.foo['getDate'](); variable
|
| D | propertyAccessOnTypeParameterWithConstraints5.ts | 26 var r2b = i.foo['foo'](); variable
|
| /third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeLiterals/ |
| D | arrayTypeOfFunctionTypes2.ts | 6 var r2b = r(); variable
|
| D | arrayTypeOfFunctionTypes.ts | 6 var r2b = new r(); variable
|