/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | functionCall_2.ts | 17 function func1(a : number) : void { function
|
D | functionCall.ts | 17 function func1(a: number): void { function
|
D | tupleAssignability.ts | 47 function func1(a: number, b: string): [a: number, b?: boolean[]] { function
|
/arkcompiler/ets_runtime/test/aottest/deopt_clear_aotflags/ |
D | deopt_clear_aotflags.ts | 33 const func1 = foo(-1); constant
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-function-with-type-assertion.ts | 19 var func1 = <() => Base[]>function() { return [d1, d2] }; variable
|
D | test-func-param.ts | 17 function func1(a: number, b: string) { } function
|
D | test-keyword-declare.ts | 30 function func1() { }; function
|
D | test_generic.ts | 17 function func1<Type, A, B extends readonly number[]>(arg: Type): Type { function
|
D | test-type-annotation.ts | 45 var func1: (a: number, b: string) => number; variable
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
D | module_info_test.js | 50 export default function func1() { } function
|
D | graph_test.js | 47 let func1 = function (o) { function
|
D | debug_info_test.js | 17 function func1(o1, o2) { function
|
D | define_info_test.js | 20 async function func1() { } function
|
D | callee_info_test.js | 20 function func1(o1, o2) { } function
|
/arkcompiler/runtime_core/compiler/tests/js/ |
D | regallocTryTest.js | 57 function func1(x, y) { function
|
D | regallocTest.js | 26 function func1(num1, num2) { function
|
/arkcompiler/ets_runtime/test/aottest/classstatic/ |
D | classstatic.ts | 232 func1(a:any,...A:any) : void { method in Shape 260 func1() : void { method in Sphere
|
/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/ |
D | loadicbyvalue.js | 24 function func1(a) function
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
D | ic_invoke_test.cpp | 77 JSHandle<JSFunction> func1 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local 110 JSHandle<JSFunction> func1 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferStringLiteralUnionForBindingElement.ts | 23 function func1() { function
|
D | functionLiterals.ts | 108 func1<T>(x: T): number; // Method signature variable
|
D | typeGuardFunction.ts | 86 func1(p1: A): p1 is C; variable
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/ |
D | codegenTryCatch.js | 17 function func1() { function
|
/arkcompiler/toolchain/tooling/test/testcases/js/ |
D | dropframe.js | 97 function func1() { function
|
/arkcompiler/ets_runtime/test/aottest/calls/ |
D | calls.ts | 105 function func1(value: number): number { function
|