| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | UnionTypeAsFuncParam.ets | 16 type Func1 = () => void 19 let func1: Func1 = ():void => { 20 console.log("func1") 30 function test(fn: Func1 | Func2 | number | string) { 31 if (fn instanceof Func1) { 43 test(func1)
|
| D | find_method.ets | 17 func1() {} 22 a.func1();
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/modules/ |
| D | isa_dynamic_modules.cpp | 364 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 384 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 396 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 416 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 428 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 446 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 458 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 477 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 478 …"module3\nregular import func1 from module2\nnamespace import func2 from module1\nnamespace import… in TEST_F() 489 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
| D | tuple_types_16.ets | 16 type Func1 = (value: String) => void 18 type FuncTuple2 = [Func1, Func1] 19 type FuncTuple3 = [Func1, Func1, Func0]
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/ |
| D | analyzeExportNames.ts | 22 function func1(): string { function 49 export {var1, var2, var3, func1, func2, MyClass}; 51 export {func1 as aliasFunc1, func2 as aliasFunc2}; 53 export const inlineExports = {var1, func1}; constant
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | aot.pa | 19 #! EVENT "AotEntrypointFound,_GLOBAL::func1" 26 #! EVENT "AotEntrypointFound,_GLOBAL::func1" 50 .function i32 func1(i32 a0) { 63 call.short func1, a0 72 call.short func1, v1
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | aot.pa | 19 #! EVENT "AotEntrypointFound,_GLOBAL::func1" 26 #! EVENT "AotEntrypointFound,_GLOBAL::func1" 50 .function i32 func1(i32 a0) { 63 call.short func1, a0 72 call.short func1, v1
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/export-modify/ |
| D | testc.ts | 16 function func1(): string function 18 return 'func1'; 26 export { func1, func2 };
|
| D | testc_mod.ts | 16 function func1(): string function 18 return 'FUNC1'; 26 export { func1, func2 };
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/export-modify-1/ |
| D | testc.ts | 16 function func1(): string function 18 return 'func1'; 26 export { func1, func2 };
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/03.types/References_Types/Tuples_type/ |
| D | func_tuple_0.ets | 22 type Func1 = (value: String) => string; 25 type FuncTuple2 = [Func1, Func1]
|
| D | func_tuple_1.ets | 22 type Func1 = (value: String) => string; 25 type FuncTuple3 = [Func1, Func1, Func0]
|
| D | tuple_union_1.ets | 21 type Func1 = (value: String) => string; 23 type TTupleUnion = TNumberStringPair|undefined|Func1; 28 let f: Func1 = (value: String) => { return value; };
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 38 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… 562 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… 581 …"regular import func1 from module2\nregular default import func1 from module3\nregular default imp… in TEST_F() 603 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 624 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 694 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 769 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 837 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 838 …"module3\nregular import func1 from module2\nnamespace import func2 from module1\nnamespace import… in TEST_F() 905 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/modify_api/modules/ |
| D | modules_dynamic_modify_test.cpp | 476 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… 500 …"regular import func1 from module2\nregular default import func1 from module3\nregular default imp… in TEST_F() 522 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 543 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 659 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 797 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 842 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 891 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 941 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() 991 …"regular import func1 from module1\nregular import func1 from module2\nregular default import func… in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | func_as_param.ets | 74 const func1 = (a: number, b: number): number => { 86 const funcStr1: string = Type.of(func1 as object).getLiteral(); 92 …assertEQ(funcStr1, "(1: std.core.Double, 2: std.core.Double): std.core.Double", "func1 literal che… 98 assertEQ(getFunctionArgumentsCount(funcStr1), 2, "func1 should have 2 arguments"); 104 assertEQ(checkIsAsyncFunction(funcStr1), false, "func1 should not be async");
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/export-default-add/ |
| D | testc.ts | 16 export function func1(): string function 18 return 'func1';
|
| D | testc_mod.ts | 16 export function func1(): string function 18 return 'func1';
|
| /arkcompiler/ets_runtime/test/executiontest/js/ |
| D | termination_3.js | 16 function func1() function 24 func1();
|
| D | termination_1.js | 16 function func1() function 27 func1();
|
| D | termination_2.js | 16 function func1() function 27 func1();
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall_2.ts | 17 function func1(a : number) : void { function 24 func1(func2(5));
|
| /arkcompiler/ets_runtime/test/aottest/classstatic/ |
| D | expect_output.txt | 25 func1 27 func1
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/get_insts/ |
| D | getunmappedargs_dynamic.js | 15 function func1(a) {} function 16 func1(1);
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/js/ |
| D | module_watch.js | 18 export function Func1() class 22 export {Func1 as Func1_I}
|