Home
last modified time | relevance | path

Searched full:f0 (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp130 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/
Dpgo_object_prototype.js33 function F0() { class
34 this.f0 = 0;
36 let v3 = new F0();
37 let v4 = new F0();
/arkcompiler/ets_runtime/test/moduletest/fortest/
Dfortest.js37 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/
Dconstruct_with_normal_function.ts16 function f0() { function
23 this.h = f0;
24 this.c = f0;
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole3.js27 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);
Dsafe_hole4.js41 function f0(v0) {} function
54 f0(v17[1] === undefined);
56 return f0(v17.length === 3);
Dsafe_hole2.js25 function f0(v0) {} function
38 f0(v7 !== v6);
Dsafe_hole5.js25 function f0(v3 = 10, v4 = function (){ function
38 if (f0()() === 20) {} else {}
Dsafe_hole6.js25 function f0(v3 = 10, v4 = function (){ function
43 if (f0()() === 20) {} else {}
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Ddead-code-after-return-missing-symbol.js19 function f0() { function
29 f0();
/arkcompiler/ets_runtime/test/moduletest/funcprotochangeobjectandnew/
Dfuncprotochangeobjectandnew.js24 function f0() { function
27 class C9 extends f0 {
/arkcompiler/ets_runtime/test/moduletest/arrayslice/
Darrayslice.js48 function f0() { function
51 runNearStackLimit(f0);
/arkcompiler/ets_runtime/test/moduletest/throwerror/
Dthrowerror.js30 function f0(a1) { function
35 ([1,2]).reduce(f0, v4);
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js142 function f0() { function
143 return f0;
145 class C1 extends f0 {
/arkcompiler/ets_runtime/test/moduletest/decodeuricomponent/
Ddecodeuricomponent.js103 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/
Dasmstackoverflow.js325 function f0() { function
326 return f0;
328 class C1 extends f0 {
336 new C1(f0);
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DnestedLambdaInnerConst.sts103 const f0 = (p0:number)=>{
113 f0(v0);
/arkcompiler/ets_runtime/test/aottest/js_string_add/
Dexpect_output.txt23 %F0
Dpgo_expect_output.txt23 %F0
/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddelete_operator.sts20 const f0 = (o: T0) => delete o.field;
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dfunctionapply.js33 function f0(a, b) { function
45 f0.apply(null, v38);
/arkcompiler/ets_frontend/testTs/expect/types/mapped/
DmappedTypeConstraints.txt1 {'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/
Doom-02.pa26 i64 f0
Doom-01.pa26 i64 f0
/arkcompiler/runtime_core/tests/cts-assembly/
Doom-02.pa26 i64 f0

12