/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsExportForms/ |
D | func.js | 22 export function func() {} function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | functionCall_3.ts | 17 function func(a : number) : void { } function
|
D | functionCall_15.ts | 17 var func: { (a: number, ...c): boolean, (a: any, b: string[], ...c: number[]): string, (a: number, … variable
|
D | functionCall_6.ts | 17 function func(...a: string) { function
|
D | functionCall_1.ts | 17 function func(a : number) : void { function
|
D | functionCall_5.ts | 17 function func(a: number, b: string, ...c) { function
|
D | functionCall_10.ts | 17 var func: { (a: number, b: string): number, (a: string, b?: number): string }; variable
|
D | functionCall_7.ts | 17 function func(...a: string[]) { function
|
D | functionCall_9.ts | 17 function func(a: number, b: string, c?: number[]) { function
|
D | functionCall_4.ts | 17 function func(a: number) : number { function
|
D | functionCall_11.ts | 17 var func: { (a: number, b: string): number, (a: string, b?: number): string }; variable
|
D | functionCall_8.ts | 17 function func(a?: number, ...c: string[]) { function
|
D | functionCall_12.ts | 17 var func: { (a: number, b: string): number, (a: string, b?: number): string }; variable
|
D | functionCall_14.ts | 17 var func: { (a?: number, ...c): boolean, (a: any, b: string[], ...c: number[]): string, (a: number,… variable
|
D | functionCall_13.ts | 17 var func: { (a?: number, ...c): boolean, (a: any, b: string[], ...c: number[]): string, (a: number,… variable
|
D | objectLiteralAssignability18.ts | 17 function func(a: { a: number, b: string }, b: number): { a: number[], b: boolean } { function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test_export-function-overload.ts | 17 export function func(a: number, b: string, ...args: any[]): void; function
|
D | test-function-generic.ts | 17 function func<T> (a : T) { function
|
D | test-interface4.ts | 18 func(a: any, b: any): number method
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsDefault/ |
D | index6.js | 23 export default function func() {}; function
|
/arkcompiler/ets_runtime/test/aottest/suspendgeneratorfor/ |
D | suspendgeneratorfor.ts | 36 var func = genFun(); variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | awaitClassExpression_es2017.ts | 26 async function func(): Promise<void> { function
|
D | awaitClassExpression_es6.ts | 26 async function func(): Promise<void> { function
|
D | optionalParamInOverride.ts | 26 public func(value?: any): void { } method in Y
|
D | controlFlowCommaExpressionAssertionMultiple.ts | 23 function func(foo: any, bar: any) { function
|