| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline/ |
| D | ts_multi_inline.ts | 38 function foo5() { function
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_max_call/ |
| D | ts_inline_max_call.ts | 34 function foo5() { function
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeGuardsInRightOperandOfOrOrOperator.ts | 85 function foo5(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.ts | 84 function foo5(x: number | string | boolean) { function
|
| D | primtiveTypesAreIdentical.ts | 40 function foo5(x: 'a'); function
|
| D | declFileTypeAnnotationBuiltInType.ts | 42 function foo5(): boolean { function
|
| D | declFileTypeofFunction.ts | 71 function foo5(x: number) { function
|
| D | objectTypesIdentityWithPrivates2.ts | 60 function foo5(x: C<number>): number; function
|
| D | typeGuardsInConditionalExpression.ts | 103 function foo5(x: number | string) { function
|
| D | declFileTypeAnnotationTypeQuery.ts | 53 function foo5(): typeof g { function
|
| D | declFileTypeAnnotationTypeReference.ts | 57 function foo5(): g<string> { function
|
| D | genericCallWithOverloadedFunctionTypedArguments.ts | 41 function foo5<T>(cb: { (x: T): string; (x: number): T }) { function
|
| D | declFileTypeAnnotationArrayType.ts | 59 function foo5(): g<string>[] { function
|
| D | genericCallWithOverloadedConstructorTypedArguments.ts | 43 function foo5<T>(cb: { new(x: T): string; new(x: number): T }) { function
|
| D | objectTypesIdentityWithCallSignaturesDifferingParamCounts2.ts | 51 function foo5(x: I2<string>); function
|
| D | genericCallTypeArgumentInference.ts | 88 foo5<T,U>(t: T, u: U) { method in C 192 foo5<T, U>(t: T, u: U): T; method
|
| D | genericCallWithConstraintsTypeArgumentInference.ts | 108 foo5<T extends Derived, U extends Derived2>(t: T, u: U) { method in C 209 foo5<T extends Derived, U extends Derived2>(t: T, u: U): T; method
|
| D | objectTypesIdentity2.ts | 52 function foo5(x: A); function
|
| D | bestCommonTypeOfConditionalExpressions.ts | 118 function foo5<T, U>(t: T, u: U): Object { function
|
| D | objectTypesIdentityWithGenericConstructSignaturesDifferingByReturnType.ts | 80 function foo5(x: typeof a): number; function
|
| D | objectTypesIdentityWithConstructSignatures.ts | 69 function foo5(x: A); function
|
| D | objectTypesIdentityWithPublics.ts | 75 function foo5(x: A); function
|
| D | objectTypesIdentity.ts | 75 function foo5(x: A); function
|
| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline_max_call/ |
| D | ts_multi_inline_max_call.ts | 43 function foo5() { function
|
| /arkcompiler/ets_runtime/test/moduletest/callframe/ |
| D | callframe.js | 56 function foo5(a, ...args) { function
|