| /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_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/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/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/ets_runtime/test/moduletest/funcprotochangeobjectandnew/ |
| D | funcprotochangeobjectandnew.js | 24 function f0() { function 27 class C9 extends f0 {
|
| /arkcompiler/ets_runtime/test/moduletest/arrayslice/ |
| D | arrayslice.js | 48 function f0() { function 51 runNearStackLimit(f0);
|
| /arkcompiler/ets_runtime/test/moduletest/throwerror/ |
| D | throwerror.js | 30 function f0(a1) { function 35 ([1,2]).reduce(f0, v4);
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 142 function f0() { function 143 return f0; 145 class C1 extends f0 {
|
| /arkcompiler/ets_runtime/test/moduletest/decodeuricomponent/ |
| D | decodeuricomponent.js | 103 decodeURIComponent("%F0%" + String.fromCharCode(j, j) + "%A0%A0"); 104 decodeURIComponent("%F0" + "%A0%" + String.fromCharCode(j, j) + "%A0"); 105 decodeURIComponent("%F0" + "%A0%A0%" + String.fromCharCode(j, j));
|
| /arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/ |
| D | asmstackoverflow.js | 325 function f0() { function 326 return f0; 328 class C1 extends f0 { 336 new C1(f0);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | nestedLambdaInnerConst.sts | 103 const f0 = (p0:number)=>{ 113 f0(v0);
|
| /arkcompiler/ets_runtime/test/aottest/js_string_add/ |
| D | expect_output.txt | 23 %F0
|
| D | pgo_expect_output.txt | 23 %F0
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | delete_operator.sts | 20 const f0 = (o: T0) => delete o.field;
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | functionapply.js | 33 function f0(a, b) { function 45 f0.apply(null, v38);
|
| /arkcompiler/ets_frontend/testTs/expect/types/mapped/ |
| D | mappedTypeConstraints.txt | 1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f0'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}…
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | oom-02.pa | 26 i64 f0
|
| D | oom-01.pa | 26 i64 f0
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | oom-02.pa | 26 i64 f0
|