| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | es6ModuleFunctionDeclaration.ts | 36 function foo4() { function 46 function foo4() { function
|
| D | typeParametersAreIdenticalToThemselves.ts | 74 foo4<T extends Date>(x: T); method in C 103 foo4<T extends Date>(x: T); method 104 foo4<T extends Date>(x: T); // no error, different declaration for each T method
|
| D | genericFunctionSpecializations1.ts | 25 function foo4<T>(test: string); // valid function
|
| D | nullishCoalescingOperator7.ts | 62 const foo4 = a ?? 'foo' ? b ?? 'bar' : c ?? 'baz'; constant
|
| D | doNotEmitDetachedCommentsAtStartOfFunctionBody.ts | 47 function foo4() { function
|
| D | propertyAssignmentUseParentType3.ts | 50 function foo4(): ({x: number}) { function
|
| D | typeGuardsInRightOperandOfOrOrOperator.ts | 67 function foo4(x: number | string | boolean) { function
|
| D | typeGuardsInRightOperandOfAndAndOperator.ts | 66 function foo4(x: number | string | boolean) { function
|
| D | genericCallWithFunctionTypedArguments3.ts | 33 function foo4<T, U>(cb: (x: T) => U) { function
|
| D | primtiveTypesAreIdentical.ts | 36 function foo4(x: any); function
|
| D | declFileTypeAnnotationBuiltInType.ts | 36 function foo4() { function
|
| D | objectTypesIdentityWithPrivates2.ts | 42 function foo4(x: C<number>): number; function
|
| D | commentsOverloads.ts | 110 foo4(a: number): number; method 111 foo4(b: string): number; method 113 foo4(c: any): any; method
|
| D | defaultParameterAddsUndefinedWithStrictNullChecks.ts | 88 function foo4(x: string | undefined = undefined, b: number) { function
|
| D | typeGuardsInConditionalExpression.ts | 83 function foo4(x: number | string) { function
|
| D | declFileTypeAnnotationTypeQuery.ts | 47 function foo4() { function
|
| D | declFileTypeAnnotationTypeReference.ts | 50 function foo4() { function
|
| D | genericCallWithFunctionTypedArguments4.ts | 35 function foo4<T, U>(cb: new(x: T) => U) { variable
|
| D | declFileTypeAnnotationArrayType.ts | 53 function foo4() { function
|
| D | objectTypesIdentityWithCallSignaturesDifferingParamCounts2.ts | 47 function foo4(x: I2<string>); function
|
| D | genericCallTypeArgumentInference.ts | 83 foo4<U>(t: T, u: U) { method in C 191 foo4<U>(t: T, u: U): T; method
|
| /arkcompiler/ets_runtime/test/aottest/call_same_bytecode_func/ |
| D | call_same_bytecode_func.ts | 32 function foo4() function
|
| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline/ |
| D | ts_multi_inline.ts | 33 function foo4() { function
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_max_call/ |
| D | ts_inline_max_call.ts | 30 function foo4() { function
|
| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline_max_call/ |
| D | ts_multi_inline_max_call.ts | 39 function foo4() { function
|