| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | ArrowArity.ets | 48 let f0 = () => "/f0:" 52 xassert(p012call(f0, args), "/f0:/f0:/f0:") 53 xassert(p_12call(f0, args), "/f0:/f0:") 55 xassert(p__2call(f0, args), "/f0:") 59 xassert(r0__call(f0, args), "/f0:/f0:/f0:") 60 xassert(r_1_call(f0, args), "/f0:/f0:") 68 let f0 = (a1?: S, a2?: S) => "/f0:" + tou(a1) + tou(a2) 72 xassert(p012call(f0, args), "/f0:uu/f0:au/f0:ab") 73 xassert(p_12call(f0, args), "/f0:au/f0:ab") 75 xassert(p__2call(f0, args), "/f0:ab") [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph/ |
| D | graph.cpp | 37 "Method: Lgraph_dynamic;::func_main_0 0x[a-f0-9]+\n\n" 39 "prop: start, bc: 0x[a-f0-9]+\n" 55 "prop: bc: 0x[a-f0-9]+\n" 57 … "\\s+3.any Intrinsic.definefunc\\s+0x[a-f0-9]+, 0x[a-f0-9]+, 0x1 \\(v21\\)\\s+bc: 0x[a-f0-9]+\n" 58 … "\\s+4.any Intrinsic.definefunc\\s+0x[a-f0-9]+, 0x[a-f0-9]+, 0x5 \\(v26\\)\\s+bc: 0x[a-f0-9]+\n" 59 "\\s+5.any Intrinsic.ldhole\\s+\\(v6\\)\\s+bc: 0x[a-f0-9]+\n" 60 "\\s+6.any Intrinsic.defineclasswithbuffer 0x[a-f0-9]+, 0x[a-f0-9]+, " 62 "0x[a-f0-9]+, 0x[a-f0-9]+ v5 -> \\(v8, v7\\)\\s+bc: 0x[a-f0-9]+\n" 63 "\\s+7.any Intrinsic.ldobjbyname\\s+0x[a-f0-9]+, 0x[a-f0-9]+ v6\\s+bc: 0x[a-f0-9]+\n" 64 "\\s+8.any Intrinsic.newobjrange\\s+0x5, 0x[a-f0-9]+ v6 -> " [all …]
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | defect_scan_aux_test.cpp | 130 auto f0 = CheckFunction(abc_file, "func_main_0"); variable 131 ASSERT_TRUE(f0->GetClass() == nullptr); 132 ASSERT_TRUE(f0->GetParentFunction() == nullptr); 133 size_t dc_cnt0 = f0->GetDefinedClassCount(); 135 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "#~@1=#Bar"); 136 EXPECT_EQ(f0->GetDefinedClassByIndex(1)->GetClassName(), "#~@4=#ExampleClass1"); 137 size_t df_cnt0 = f0->GetDefinedFunctionCount(); 139 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func1")); 140 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func2")); 141 ASSERT_FALSE(ContainDefinedFunction(abc_file, f0, "func1")); [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode/js/lexicalEnv/ |
| D | do-while-return-nosuper-expected.txt | 3 .function any .#*#F0(any a0, any a1, any a2) { 80 definefunc 0x0, .#*#F0, 0x0 81 stglobalvar 0x1, F0 82 ldglobalvar 0x2, F0 91 ldglobalvar 0x8, F0
|
| D | do-while-return-nosuper.js | 16 function F0() { class 21 class C2 extends F0 { 31 new C2(F0, C2)
|
| /arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/ |
| D | pgo_object_prototype.js | 33 function F0() { class 34 this.f0 = 0; 36 let v3 = new F0(); 37 let v4 = new F0();
|
| /arkcompiler/ets_runtime/test/aottest/construct_deopt_frame_stack_overflow2/ |
| D | construct_deopt_frame_stack_overflow2.ts | 16 function f0() { 32 const v19 = f0(); 33 const v21 = f0(); 41 "d": f0,
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/ |
| D | EscapeUnescapeURITest.ets | 55 fails += testEquals(encodeURI("\uD800\uDFFF"), "%F0%90%8F%BF") 135 assertEQ(encodeURIComponent("\ud83d\ude0a".toWellFormed()), "%F0%9F%98%8A") 140 …assertEQ(encodeURIComponent("\ud83d\ude0a\u5927\ude0a".toWellFormed()), "%F0%9F%98%8A%E5%A4%A7%EF%… 154 assertEQ(encodeURIComponent("\ude25".toWellFormed()), "%EF%BF%BD%F0%9F%98%80") 157 …".toWellFormed()), "%F0%9F%8C%88%F0%9F%8C%AC%EF%B8%8F%F0%9F%91%A9%F0%9F%8F%BB%E2%80%8D%F0…
|
| /arkcompiler/ets_runtime/test/aottest/fast_call_func_check/ |
| D | fast_call_func_check.ts | 17 function F0() { 23 try { this.p(new F0()); } catch (e) {} 27 new C6(new F0); 28 new C6(F0);
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/doWhile/ |
| D | do-while-return-nosuper.js | 16 function F0() { class 21 class C2 extends F0 { 31 new C2(F0, C2)
|
| /arkcompiler/ets_runtime/test/moduletest/fortest/ |
| D | fortest.js | 37 function F0() { class 39 const v5 = new F0(); 52 function f0(v1, v2) { function 79 f0(() => {
|
| /arkcompiler/ets_runtime/test/moduletest/objectdefineproperties/ |
| D | objectdefineproperties.js | 49 function f0() { function 53 Object.defineProperty(f0, "length", { enumerable: true, get: f0 }); 54 print(f0.length);
|
| /arkcompiler/ets_runtime/test/jittest/construct_with_normal_function/ |
| D | construct_with_normal_function.ts | 16 function f0() { function 23 this.h = f0; 24 this.c = f0;
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole3.js | 27 function f0(v0, v1= "Bad assertion") {} function 28 f0.aarEq = function f2(v5, v6, v7 = `Expected «${v6}» to be «${v5}».`){}; 54 f0.aarEq(["gopd x", "enumerate x"], v11);
|
| D | safe_hole4.js | 41 function f0(v0) {} function 54 f0(v17[1] === undefined); 56 return f0(v17.length === 3);
|
| D | safe_hole2.js | 25 function f0(v0) {} function 38 f0(v7 !== v6);
|
| D | safe_hole5.js | 25 function f0(v3 = 10, v4 = function (){ function 38 if (f0()() === 20) {} else {}
|
| D | safe_hole6.js | 25 function f0(v3 = 10, v4 = function (){ function 43 if (f0()() === 20) {} else {}
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | dead-code-after-return-missing-symbol.js | 19 function f0() { function 29 f0();
|
| /arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/ |
| D | inst_manipulation.cpp | 1468 … "\\s+3.any Intrinsic.definefunc\\s+0x[a-f0-9]+, 0x[a-f0-9]+, 0x1 \\(v21\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1469 … "\\s+4.any Intrinsic.definefunc\\s+0x[a-f0-9]+, 0x[a-f0-9]+, 0x5 \\(v26\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1470 "\\s+5.any Intrinsic.ldhole\\s+\\(v6\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1471 "\\s+6.any Intrinsic.defineclasswithbuffer 0x[a-f0-9]+, 0x[a-f0-9]+, " in CompareDump1() 1473 "0x[a-f0-9]+, 0x[a-f0-9]+ v5 -> \\(v8, v7\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1474 "\\s+7.any Intrinsic.ldobjbyname\\s+0x[a-f0-9]+, 0x[a-f0-9]+ v6\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1475 "\\s+8.any Intrinsic.newobjrange\\s+0x5, 0x[a-f0-9]+ v6 -> " in CompareDump1() 1476 "\\(v21, v17, v16, v11, v10\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1477 … "\\s+9.any Intrinsic.tryldglobalbyname 0x[a-f0-9]+, 0x[a-f0-9]+ \\(v14\\)\\s+bc: 0x[a-f0-9]+\n" in CompareDump1() 1479 …"\\s+10.any Intrinsic.ldobjbyname\\s+0x[a-f0-9]+, 0x[a-f0-9]+ v8 -> \\(v11\\)\\s+bc: 0x[a-f0-9]+\… in CompareDump1() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | launch.ets | 27 function f0() { 28 return `f0`; 68 f0 84 assertEQ(f0Result, "f0");
|
| /arkcompiler/ets_runtime/test/moduletest/funcprotochangeobjectandnew/ |
| D | funcprotochangeobjectandnew.js | 24 function f0() { function 27 class C9 extends f0 {
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/ |
| D | matchall_find_hex_colors.js | 15 const regex = /#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})/g;
|
| /arkcompiler/ets_runtime/test/moduletest/nextinternalslowpath/ |
| D | nextinternalslowpath.js | 26 function f0() {} function 37 f0([1]);
|
| /arkcompiler/ets_runtime/test/moduletest/throwerror/ |
| D | throwerror.js | 31 function f0(a1) { function 36 ([1,2]).reduce(f0, v4);
|