Home
last modified time | relevance | path

Searched defs:foo5 (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DmixingStaticAndInstanceOverloads.js30 foo5(a) { } method in C5
35 static foo5(a) { } method in C5
66 C5.prototype.foo5 = function (a) { }; method in C5
67 C5.foo5 = function (a) { }; function in C5
DpropertySignatures.js18 var foo5: {();}; variable
36 var foo5; variable
DdestructuringSameNames.js26 const { foo5, bar5: foo5 } = { foo5: 50, bar5: 550 }; property
55 var _u = { foo5: 50, bar5: 550 }, foo5 = _u.foo5, foo5 = _u.bar5; variable
/third_party/typescript/tests/cases/compiler/
DmixingStaticAndInstanceOverloads.ts27 foo5(n: number); method in C5
32 static foo5(n: number); method in C5
DdeclFileTypeAnnotationVisibilityErrorAccessors.ts40 get foo5(): private1 { method in c
43 set foo5(param: private1) { method in c
DconstraintErrors1.ts1 function foo5<T extends hm>(test: T) { } function
DexhaustiveSwitchImplicitReturn.ts37 function foo5(bar: "a" | "b"): number { function
DpropertySignatures.ts17 var foo5: {();}; variable
DdeclFileTypeofFunction.ts29 function foo5(x: number) { function
DdeclFileTypeAnnotationBuiltInType.ts21 function foo5(): boolean { function
DcapturedParametersInInitializers1.ts23 function foo5(y = (() => z)(), z = 1) { function
DdeclFileTypeAnnotationTypeReference.ts32 function foo5(): g<string> { function
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocParamTagTypeLiteral.ts73 function foo5(opts5) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DtypeParameterAssignability2.ts44 function foo5<V extends Date, U extends V, T extends U>(t: T, u: U, v: V) { function
DgenericCallWithObjectTypeArgsAndInitializers.ts7 function foo5<T, U extends T>(x: U, y: T = x) { } // ok function
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsInRightOperandOfOrOrOperator.ts20 function foo5(x: number | string | boolean) { function
DtypeGuardsInRightOperandOfAndAndOperator.ts19 function foo5(x: number | string | boolean) { function
DtypeGuardsInFunctionAndModuleBlock.ts44 function foo5(x: number | string | boolean) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/
DprimtiveTypesAreIdentical.ts19 function foo5(x: 'a'); function
DobjectTypesIdentityWithPrivates2.ts29 function foo5(x: C<number>): number; function
DobjectTypesIdentityWithCallSignaturesDifferingParamCounts2.ts25 function foo5(x: I2<string>); function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallTypeArgumentInference.ts41 foo5<T,U>(t: T, u: U) { method in C
77 foo5<T, U>(t: T, u: U): T; method
DgenericCallWithOverloadedFunctionTypedArguments2.ts18 function foo5<T>(cb: { (x: T): string; (x: number): T }) { function
/third_party/rust/rust/tests/ui/parser/
Dtrait-object-delimiters.rs16 fn foo5(_: &(dyn Drop + dyn AsRef<str>)) {} //~ ERROR invalid `dyn` keyword in foo5() function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypesOfUnion.ts17 foo5: E; // ok - subtype of number property
38 foo5: E; // ok property

123456