| /arkcompiler/ets_runtime/test/jittest/uncheck_float64_to_int32/ |
| D | uncheck_float64_to_int32.ts | 55 function f4(x) { function 62 f4(-200); 63 f4(12345678912345); 64 ArkTools.jitCompileAsync(f4); 65 print(ArkTools.waitJitCompileFinish(f4)); 66 print(f4(-12345678912345) == -12345678912343);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | async_call.sts | 56 …t, i2: int, i3: int, i4: int, i5: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 66 assert_eq(f4, 4.0); 75 …t, i3: int, i4: int, i5: int, i6: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 86 assert_eq(f4, 4.0); 116 async function arm32hf_small(i1: int, i2: int, i3: int, f1: double, f2: double, f3: double, f4: dou… 124 assert_eq(f4, 4.0); 133 …ge(i1: int, i2: int, i3: int, i4: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 142 assert_eq(f4, 4.0); 152 …t, i4: int, i5: int, i6: int, i7: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 164 assert_eq(f4, 4.0); [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | GenericBridges_02.sts | 38 f4(v: C<T, Z>|Numeric): string { 39 return "C.f4"; 84 f4(v: D<W>): string { 85 return "D.f4"; 88 f4 (x: int, y: int): int { 139 f4(x:int, y: int): int { return x + y; } 165 assert (c.f4(c) == "D.f4");
|
| D | conversionFromInfinity.sts | 83 let f4 = -Infinity as float 87 assert(f4 == -Infinity)
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (m: number) => m.toString(), 80 b(l.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/ |
| D | 01_interface_01.ts | 38 f4?(s: number):string; method 82 f4?(s: number):string; method 87 f4: (a:number) => a.toString(), 92 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (m: number) => m.toString(), 80 b(l.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+top/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (l: number) => l.toString(), 80 a(k.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/default/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/top/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (l: number) => l.toString(), 80 a(k.f4!(2) === "2");
|
| /arkcompiler/ets_frontend/arkguard/test/combinations_expect/basic_grammar/strProp+export/05_interface/ |
| D | 01_interface_01_expected.txt | 31 f4?(s: number): string; 70 f4?(s: number): string; 75 f4: (a: number) => a.toString(), 80 assert(b5.f4!(2) === "2");
|
| /arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/ |
| D | pgo_gettersetter.ts | 53 function f4() { function 56 class C5 extends f4 { 61 return f4;
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) { 21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) { 21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | const_declaration.ts | 22 const F4: String[] = ['Jay', 'JJ', 'Gang', 'Bai']; constant 24 const [JAY, JJ, GANG, BAI] = F4;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/02.export_type_directives/ |
| D | import_type_alias_with_qualified_access.sts | 37 function f4(): types.text { 49 assert(f4() == "test")
|
| /arkcompiler/ets_runtime/test/aottest/try_forloop_emptycatch/ |
| D | try_forloop_emptycatch.ts | 33 function f4() { function 47 print(ArkTools.isAOTCompiled(f4));
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 441 .function u1 f4() { 448 call f4 492 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 495 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 498 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 501 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F() 510 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F() 513 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F() 516 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 519 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4).*"); in TEST_F()
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | functionapply.js | 51 function F4(a6, a7) { class 67 const v16 = new F4(); 68 F4(v16, v3);
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 104 function F4(a6, a7) { class 106 new v9(a6, v9, F4); 109 new F4();
|
| /arkcompiler/ets_runtime/test/jittest/pgo_roottype_test/inline_type_info_accessor_test/ |
| D | inline_type_info_accessor_test.ts | 19 function f4() { function 59 "getPrototypeOf": f4,
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-function-decl-1.js | 29 function f4(a, b, c) { function
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/ |
| D | rest_params_1.js | 16 function f4(a, b,...c^ {
|