/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
H A D | defect_scan_aux_test.cpp | 130 auto f0 = CheckFunction(abc_file, "func_main_0"); in HWTEST() local 131 ASSERT_TRUE(f0->GetClass() == nullptr); in HWTEST() 132 ASSERT_TRUE(f0->GetParentFunction() == nullptr); in HWTEST() 133 size_t dc_cnt0 = f0->GetDefinedClassCount(); in HWTEST() 135 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "#~@1=#Bar"); in HWTEST() 136 EXPECT_EQ(f0->GetDefinedClassByIndex(1)->GetClassName(), "#~@4=#ExampleClass1"); in HWTEST() 137 size_t df_cnt0 = f0->GetDefinedFunctionCount(); in HWTEST() 139 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func1")); in HWTEST() 140 ASSERT_TRUE(ContainDefinedFunction(abc_file, f0, "#*#func2")); in HWTEST() 141 ASSERT_FALSE(ContainDefinedFunction(abc_file, f0, "func in HWTEST() 179 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local 236 auto f0 = abc_file->GetFunctionByName("#*#foo"); HWTEST() local 283 auto f0 = abc_file->GetFunctionByName("#*#foo"); HWTEST() local 460 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local 504 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local 537 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local 567 auto f0 = CheckFunction(abc_file, "#*#foo"); HWTEST() local 740 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local 802 auto f0 = CheckFunction(abc_file, "func_main_0"); HWTEST() local [all...] |
H A D | defect_scan_aux_merge_test.cpp | 109 auto f0 = abc_file->GetFunctionByName("Lbase;func_main_0"); in HWTEST() local 110 size_t def_class_cnt = f0->GetDefinedClassCount(); in HWTEST() 112 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "Lbase;#~A=#A"); in HWTEST() 118 ASSERT_TRUE(class0->GetDefiningFunction() == f0); in HWTEST()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
H A 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);
|
H A D | safe_hole4.js | 41 function f0(v0) {} function 54 f0(v17[1] === undefined); 56 return f0(v17.length === 3);
|
H A D | safe_hole5.js | 25 function f0(v3 = 10, v4 = function (){ function 38 if (f0()() === 20) {} else {}
|
H A D | safe_hole6.js | 25 function f0(v3 = 10, v4 = function (){ function 43 if (f0()() === 20) {} else {}
|
H A D | safe_hole2.js | 25 function f0(v0) {} function 38 f0(v7 !== v6);
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | dead-code-after-return-missing-symbol.js | 19 function f0() { function 29 f0();
|
/arkcompiler/ets_runtime/test/moduletest/arrayslice/ |
H A D | arrayslice.js | 48 function f0() { function 51 runNearStackLimit(f0);
|
/arkcompiler/ets_runtime/test/moduletest/throwerror/ |
H A D | throwerror.js | 30 function f0(a1) { function 35 ([1,2]).reduce(f0, v4);
|
/arkcompiler/ets_runtime/test/moduletest/fortest/ |
H A D | fortest.js | 52 function f0(v1, v2) { 79 f0(() => {
|
/arkcompiler/ets_runtime/test/moduletest/proxy/ |
H A D | proxy.js | 130 function f0() { 131 return f0; 133 class C1 extends f0 {
|
/arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/ |
H A D | asmstackoverflow.js | 325 function f0() {
function 326 return f0;
328 class C1 extends f0 {
336 new C1(f0);
|
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/ |
H A D | pgo_object_prototype.js | 34 this.f0 = 0;
|
/arkcompiler/ets_runtime/test/moduletest/functionapply/ |
H A D | functionapply.js | 33 function f0(a, b) { function 45 f0.apply(null, v38);
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | irtoc_test.cpp | 136 extern "C" size_t IrtocTestRelocations2(size_t a0, size_t a1, double f0, size_t a2, size_t a3, size_t a4, double f1,
|