Home
last modified time | relevance | path

Searched defs:foo2 (Results 1 – 25 of 141) sorted by relevance

123456

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeParametersAreIdenticalToThemselves.ts27 function foo2<T, U>(x: T); function
66 foo2<U>(a: T, x: U); method in C
84 foo2<U>(a: T, x: U); method in C2
97 foo2<U>(a: T, x: U); method
98 foo2<U>(a: T, x: U); // no error, different declaration for each U method
111 foo2<U>(a: T, x: U); method
112 foo2<U>(a: T, x: U); // no error, different declaration for each U method
DfunctionOverloads45.ts32 function foo2(bar: { a:number }[]): Cat; function
34 function foo2([x]: { a:number | string }[]): Cat | Dog { function
DfunctionOverloads44.ts32 function foo2(bar: { a:number }[]): Cat; function
34 function foo2([x]: { a:number | string }[]): Cat { function
DobjectTypesIdentityWithCallSignaturesDifferingParamCounts2.ts39 function foo2(x: I); variable
40 function foo2(x: I); // error function
DcollisionCodeGenModuleWithModuleReopening.ts36 let foo2 = new m1.c1(); variable
64 let foo2 = new m2.m2(); variable
DgenericTypeWithCallableMembers2.ts27 function foo2<T extends { new (): string; }>(f: T) { function
DfallFromLastCase1.ts47 function foo2(a: number) { function
DconditionallyDuplicateOverloadsCausedByOverloadResolution.ts51 declare function foo2(func: (x: string, y: string) => any): boolean; function
DoverloadOnConstDuplicateOverloads1.ts27 function foo2(a: 'hi', x: string); function
DcontrolFlowWithIncompleteTypes.ts55 function foo2() { function
DsubtypingWithCallSignatures3.ts130 declare function foo2(a2: <T>(x: T) => T[]): typeof a2; function
DsubtypingWithConstructSignatures3.ts132 declare function foo2(a2: new <T>(x: T) => T[]): typeof a2; function
DdeclarationEmitDestructuringOptionalBindingParametersInOverloads.ts26 function foo2( { x, y, z }?: { x: string; y: number; z: boolean }); function
DoptionalProperties01.ts34 const foo2 = { required1: "hello", optional: "bar" } as Foo; constant
DcheckJsdocTypedefInParamTag1.ts71 function foo2(opts) { function
/arkcompiler/ets_runtime/test/quickfix/multi_funccallconstpool/
Dbase.js6008 function foo2() { function
Dbase_modify.js6008 function foo2() { function
/arkcompiler/ets_runtime/test/quickfix/multi_funcconstpool/
Dbase_modify.js6007 function foo2() { function
Dbase.js6007 function foo2() { function
/arkcompiler/ets_runtime/test/moduletest/multiconstpoolfunc/
Dmulticonstpoolfunc.js12782 function foo2() { function
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_function/
Dexport.ts24 function foo2 (s:string):A { function
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_function_infer/
Dexport.ts22 export function foo2 (s:number):number { function
/arkcompiler/ets_runtime/test/deopttest/mod/
Dmod.ts36 function foo2(n:number) function
/arkcompiler/ets_runtime/test/deopttest/arithmetic/
Darithmetic.ts35 function foo2(n:number) function
/arkcompiler/ets_runtime/test/typeinfer/module_test/module_retransmission/
Dexport.ts27 export function foo2(a1 : Test1, a2 : string) :string { function

123456