Home
last modified time | relevance | path

Searched defs:foo4 (Results 1 – 25 of 199) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
Des6ModuleFunctionDeclaration.js12 function foo4() { function
43 function foo4() { function
55 function foo4() { function
DpropertySignatures.js14 var foo4: { (): void; }; variable
33 var foo4; variable
DgenericCallWithOverloadedConstructorTypedArguments2.js11 function foo4(cb: typeof a) { function
49 function foo4(cb) { function
DgenericCallWithOverloadedConstructorTypedArguments.js11 function foo4(cb: typeof a) { function
57 function foo4(cb) { function
DgenericCallWithOverloadedFunctionTypedArguments2.js11 function foo4(cb: typeof a) { function
46 function foo4(cb) { function
DdoNotEmitDetachedCommentsAtStartOfFunctionBody.js25 function foo4() { function
DmixingStaticAndInstanceOverloads.js24 static foo4(a) { } method in C4
60 C4.foo4 = function (a) { }; function in C4
DpropertyAssignmentUseParentType3.js39 function foo4() { function
/third_party/typescript/tests/cases/compiler/
Des6ModuleFunctionDeclaration.ts12 function foo4() { function
22 function foo4() { function
DoverloadResolutionTest1.ts22 function foo4(bar:{a:number;}):number; function
24 function foo4(bar:{a:any;}):any{ return bar }; function
DdeclFileTypeAnnotationVisibilityErrorAccessors.ts33 get foo4() { method in c
36 set foo4(param: private1) { method in c
DcommentsOverloads.ts57 foo4(a: number): number; method
58 foo4(b: string): number; method
60 foo4(c: any): any; method
DgenericFunctionSpecializations1.ts4 function foo4<T>(test: string); // valid function
DdoNotEmitDetachedCommentsAtStartOfFunctionBody.ts25 function foo4() { function
DexhaustiveSwitchImplicitReturn.ts28 function foo4(bar: "a"): number { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/
DtypeParametersAreIdenticalToThemselves.ts34 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/
DdestructuringSameNames.ts24 const { foo4, foo4 } = { foo4: 40 }; constant
DrestElementWithNullInitializer.ts10 function foo4([...r] = []) { function
/third_party/boost/libs/callable_traits/test/
Dreturn_type.cpp27 struct foo4 { struct
48 CT_ASSERT(std::is_same< return_type_t<foo4>, int>{}); in main() argument
Dargs.cpp28 struct foo4 { struct
29 int operator()(char, float&, int = 0, ...) { return{}; } in operator ()()
/third_party/typescript/tests/cases/conformance/salsa/
DpropertyAssignmentUseParentType3.ts18 function foo4(): ({x: number}) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallWithFunctionTypedArguments3.ts8 function foo4<T, U>(cb: (x: T) => U) { function
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocParamTagTypeLiteral.ts57 function foo4(opts4) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DtypeParameterAssignability2.ts24 function foo4<T extends U, U extends V, V extends Date>(t: T, u: U, v: V) { function
DgenericCallWithObjectTypeArgsAndInitializers.ts6 function foo4<T, U extends T>(x: T, y: U = x) { } // error function

12345678