| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | jsdocSignatureOnReturnedFunction.ts | 73 function f4() { function
|
| D | controlFlowParameter.ts | 64 function f4( function
|
| D | instanceofOperatorWithRHSIsSubtypeOfFunction.ts | 35 let f4: { new (): number }; variable 56 let r4 = x instanceof f4; variable
|
| D | typeParameterUsedAsTypeParameterConstraint.ts | 88 let f4 = <U extends T, T>(x: T, y: U): T => { variable
|
| D | literalTypes1.ts | 108 function f4(x: 0 | 1 | true | string) { function
|
| D | functionReturn.ts | 31 function f4(): string { function
|
| D | declFileRestParametersOfFunctionAndFunctionType.ts | 24 function f4<T extends (...args) => void>() { } function
|
| D | destructuringAssignmentWithDefault.ts | 139 function f4(options?: [string, number]) { function
|
| D | genericObjectRest.ts | 94 function f4<K1 extends keyof Item, K2 extends keyof Item>(obj: Item, k1: K1, k2: K2) { function
|
| D | collisionRestParameterFunction.ts | 47 function f4(_i: number, ...rest); // no codegen no error function
|
| D | functionWithMultipleReturnStatements.ts | 69 function f4() { function
|
| D | controlFlowDestructuringDeclaration.ts | 91 function f4() { function
|
| D | emitArrowFunction.ts | 49 let f4 = (x: string, y: number, z = 10) => { variable
|
| D | literalTypes3.ts | 84 function f4(x: number) { function
|
| D | nonNullableTypes1.ts | 53 function f4<T extends { x: string } | undefined>(obj: T) { function
|
| D | constructorOverloads2.ts | 60 let f4 = new Foo([f1,f2,f3]); variable
|
| D | unionTypeCallSignatures3.ts | 24 function f4(s: string, s2?: string) { } function
|
| D | controlFlowTruthiness.ts | 82 function f4() { function
|
| D | mappedTypeConstraints.ts | 47 function f4<T extends { a: string, b: string }>(obj: Record<Exclude<keyof T, 'b'> | 'c', string>) { function
|
| D | typeGuardsNestedAssignments.ts | 96 function f4() { function
|
| D | functionLiteralForOverloads.ts | 65 let f4: { variable
|
| D | mixinClassesMembers.ts | 157 function f4() { method in M1
|
| D | destructuringWithLiteralInitializers.ts | 81 function f4({ x, y } = { x: 0, y: 0 }) { } function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-function-decl.js | 29 function f4(a, b, c) { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole2.js | 34 function f4() { function
|