| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | overloadResolutionWithAny.ts | 50 let func2: { variable 70 func2(x, x); // string variable
|
| D | targetTypeTest2.ts | 37 function func2(stuff1:string, stuff2:number, stuff3:number) { function
|
| D | controlFlowCommaExpressionAssertionMultiple.ts | 40 function func2(foo: any, bar: any, baz: any) { function
|
| D | narrowingDestructuring.ts | 49 function func2<T extends Z>(value: T) { function
|
| D | inferStringLiteralUnionForBindingElement.ts | 53 function func2() { function
|
| D | functionLiterals.ts | 112 func2: <T>(x: T) => number; // Function type literal variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall_2.ts | 21 function func2(a : number) : string{ function
|
| D | functionCall.ts | 22 function func2(a: number): number { function
|
| /arkcompiler/ets_runtime/test/aottest/getunmappedargs/ |
| D | getunmappedargs.ts | 22 function func2(a:any, b:any, c:any) { function
|
| /arkcompiler/ets_runtime/test/aottest/deopt_clear_aotflags/ |
| D | deopt_clear_aotflags.ts | 34 const func2 = foo(2); constant
|
| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | moduleTryCatch.js | 27 function func2(a) { function
|
| D | regallocTryTest.js | 74 function func2(x, y) { function
|
| D | regallocTest.js | 42 function func2(x, y) { function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-function-with-type-assertion.ts | 20 var func2 = <(arg0: Number) => Number>function(a: Number) { return a }; variable
|
| D | test-func-param.ts | 18 function func2(a: boolean = true, ...b: number[]) { } function
|
| D | test-keyword-declare.ts | 31 declare function func2(); function
|
| D | test_generic.ts | 21 function func2<A extends { a: number, b: string }>() { } function
|
| D | test-type-annotation.ts | 46 var func2: (a: number[] | string, b?: 5) => number | string; variable
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | module_info_test.js | 51 export function func2() { } function
|
| D | graph_test.js | 48 function func2(o1, o2) { function
|
| D | debug_info_test.js | 21 async function func2() { } function
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_invoke_test.cpp | 81 JSHandle<JSFunction> func2 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local 111 JSHandle<JSFunction> func2 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/js/ |
| D | codegenTryCatch.js | 28 function func2(a, b, c) { function
|
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| D | dropframe.js | 98 function func2() { function
|
| /arkcompiler/ets_runtime/test/aottest/calls/ |
| D | calls.ts | 110 function func2(value: number, value1: number): number { function
|