/arkcompiler/ets_runtime/test/moduletest/throwerror/ |
H A D | throwerror.js | 40 function f2(a1) { function 41 return f2; 43 class C2 extends f2 {
|
/arkcompiler/ets_runtime/test/moduletest/typedarrayfrom/ |
H A D | typedarrayfrom.js | 73 function f2() { function 74 return f2; 76 class C3 extends f2 { 78 class C4 extends f2 {
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
H A D | defect_scan_aux_test.cpp | 156 auto f2 = CheckFunction(abc_file, "#*#func10"); in HWTEST() local 157 EXPECT_EQ(f2->GetArgCount(), 3U); in HWTEST() 158 size_t dc_cnt2 = f2->GetDefinedClassCount(); in HWTEST() 160 EXPECT_EQ(f2->GetDefinedClassByIndex(0)->GetClassName(), "#*@2~@1=#Bar"); in HWTEST() 161 EXPECT_EQ(f2->GetDefinedClassByIndex(1)->GetClassName(), "#*@2~@3=#Bar2"); in HWTEST() 162 size_t df_cnt2 = f2->GetDefinedFunctionCount(); in HWTEST() 164 EXPECT_TRUE(ContainDefinedFunction(abc_file, f2, "#*@2~@1>#baseFoo1")); in HWTEST() 165 EXPECT_TRUE(ContainDefinedFunction(abc_file, f2, "#*@2~@3>#func12")); in HWTEST() 166 EXPECT_TRUE(ContainDefinedFunction(abc_file, f2, "#*@2~@3>#a")); in HWTEST() 167 EXPECT_TRUE(ContainDefinedFunction(abc_file, f2, "#* in HWTEST() 262 auto f2 = abc_file->GetFunctionByName("#*#bar"); HWTEST() local 350 auto f2 = abc_file->GetFunctionByName("#*@4~@3=#ColorPoint"); HWTEST() local [all...] |
/arkcompiler/ets_runtime/test/moduletest/objoperate/ |
H A D | objoperate.js | 43 function f2() {
46 Object.defineProperty(this, "detailed", {configurable:true, enumerable:true, get:f1, set:f2});
|
/arkcompiler/runtime_core/static_core/compiler/tools/ |
H A D | ir_builder_coverage.sh | 48 all_insts=$(grep "sig:" "$ISA" | cut -f2 -d':' | cut -f2 -d' ')
|
/arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
H A D | test-function-decl-1.js | 19 f2 = function() { 18 f2 = function() { global() function
|
H A D | test-function-decl.js | 19 f2 = function() { 18 f2 = function() { global() function
|
H A D | test-var-decl.js | 29 f2 = 3
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
H A D | test-function-decl.js | 19 f2 = function() { 18 f2 = function() { global() function
|
H A D | test-var-decl.js | 29 f2 = 3
|
/arkcompiler/ets_runtime/test/moduletest/class/ |
H A D | class.js | 220 function f2() { 230 class C20 extends f2 {
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
H A D | container_queue.js | 153 function f2(a3) { 157 "get" : f2,
|
H A D | container_stack.js | 148 function f2(a3) { 152 "get" : f2,
|
H A D | container_plainarray.js | 196 function f2(a3) { 200 "get" : f2,
|
H A D | container_arraylist.js | 307 function f2(a3, a4) { 312 "set" : f2
|
H A D | container_linked_list.js | 374 function f2(a3) { 378 "get" : f2,
|
/arkcompiler/ets_runtime/test/moduletest/functionapply/ |
H A D | functionapply.js | 39 function f2() { function 44 f2(1, 2);
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/ |
H A D | InterfaceNativeTest.cpp | 39 ETS_EXPORT ets_int ETS_CALL ETS_InterfaceNativeTest_testFloat(EtsEnv *env, ets_class cls, ets_float f1, ets_float f2, in ETS_InterfaceNativeTest_testFloat() argument 49 tmp[1U] = f2; in ETS_InterfaceNativeTest_testFloat()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
H A D | safe_hole3.js | 28 f0.aarEq = function f2(v5, v6, v7 = `Expected «${v6}» to be «${v5}».`){}; function
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | fibers_test.cpp | 165 Fiber f2(*this, &f1, Entry); in TEST_F() 166 Fiber f3(*this, &f2, Entry); in TEST_F()
|
H A D | irtoc_test.cpp | 137 double f2, size_t a5, size_t a6, double f3, size_t a7, size_t a8, size_t a9,
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
H A D | utils.py | 196 for f1, f2 in pairwise(files): 197 if not cmp(f1, f2):
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
H A D | string.js | 279 function f2(a3, a4, a5) { function 284 "get": f2,
|
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | regallocTest.js | 89 let f2 = -3.4; 90 print(f1 + f2); 91 print(f2 * f);
|
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
H A D | report.py | 553 with open(args.paths[1], 'r', encoding="utf-8") as f2: 554 r2 = VMBReport.parse(f2.read())
|