| /third_party/typescript/tests/baselines/reference/ |
| D | es6ModuleFunctionDeclaration.js | 12 function foo4() { function 43 function foo4() { function 55 function foo4() { function
|
| D | propertySignatures.js | 14 var foo4: { (): void; }; variable 33 var foo4; variable
|
| D | destructuringSameNames.js | 25 const { foo4, foo4 } = { foo4: 40 }; constant 54 var _t = { foo4: 40 }, foo4 = _t.foo4, foo4 = _t.foo4; variable
|
| D | mixingStaticAndInstanceOverloads.js | 24 static foo4(a) { } method in C4 60 C4.foo4 = function (a) { }; function in C4
|
| D | genericCallWithOverloadedConstructorTypedArguments2.js | 11 function foo4(cb: typeof a) { function
|
| D | genericCallWithOverloadedFunctionTypedArguments2.js | 11 function foo4(cb: typeof a) { function
|
| D | doNotEmitDetachedCommentsAtStartOfFunctionBody.js | 25 function foo4() { function
|
| D | genericCallWithOverloadedFunctionTypedArguments.js | 11 function foo4(cb: typeof a) { function
|
| D | genericCallWithOverloadedConstructorTypedArguments.js | 11 function foo4(cb: typeof a) { function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | es6ModuleFunctionDeclaration.ts | 12 function foo4() { function 22 function foo4() { function
|
| D | overloadResolutionTest1.ts | 22 function foo4(bar:{a:number;}):number; function 24 function foo4(bar:{a:any;}):any{ return bar }; function
|
| D | declFileTypeAnnotationVisibilityErrorAccessors.ts | 33 get foo4() { method in c 36 set foo4(param: private1) { method in c
|
| D | commentsOverloads.ts | 57 foo4(a: number): number; method 58 foo4(b: string): number; method 60 foo4(c: any): any; method
|
| D | genericFunctionSpecializations1.ts | 4 function foo4<T>(test: string); // valid function
|
| D | doNotEmitDetachedCommentsAtStartOfFunctionBody.ts | 25 function foo4() { function
|
| D | exhaustiveSwitchImplicitReturn.ts | 28 function foo4(bar: "a"): number { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
| D | typeParametersAreIdenticalToThemselves.ts | 34 foo4<T extends Date>(x: T); method in C 63 foo4<T extends Date>(x: T); method 64 foo4<T extends Date>(x: T); // no error, different declaration for each T method
|
| /third_party/typescript/tests/cases/conformance/es6/destructuring/ |
| D | destructuringSameNames.ts | 24 const { foo4, foo4 } = { foo4: 40 }; constant
|
| D | restElementWithNullInitializer.ts | 10 function foo4([...r] = []) { function
|
| /third_party/typescript/tests/cases/conformance/salsa/ |
| D | propertyAssignmentUseParentType3.ts | 18 function foo4(): ({x: number}) { function
|
| /third_party/rust/rust/tests/ui/cfg/ |
| D | cfg-path-error.rs | 17 fn foo4() {} in foo4() function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
| D | genericCallWithFunctionTypedArguments3.ts | 8 function foo4<T, U>(cb: (x: T) => U) { function
|
| /third_party/typescript/tests/cases/conformance/jsdoc/ |
| D | jsdocParamTagTypeLiteral.ts | 57 function foo4(opts4) { function
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | typeParameterAssignability2.ts | 24 function foo4<T extends U, U extends V, V extends Date>(t: T, u: U, v: V) { function
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | else-no-if.rs | 21 fn foo4() { in foo4() function
|