Home
last modified time | relevance | path

Searched refs:f2 (Results 1 - 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/throwerror/
H A Dthrowerror.js40 function f2(a1) { function
41 return f2;
43 class C2 extends f2 {
/arkcompiler/ets_runtime/test/moduletest/typedarrayfrom/
H A Dtypedarrayfrom.js73 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 Ddefect_scan_aux_test.cpp156 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 Dobjoperate.js43 function f2() {
46 Object.defineProperty(this, "detailed", {configurable:true, enumerable:true, get:f1, set:f2});
/arkcompiler/runtime_core/static_core/compiler/tools/
H A Dir_builder_coverage.sh48 all_insts=$(grep "sig:" "$ISA" | cut -f2 -d':' | cut -f2 -d' ')
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
H A Dtest-function-decl-1.js19 f2 = function() {
18 f2 = function() { global() function
H A Dtest-function-decl.js19 f2 = function() {
18 f2 = function() { global() function
H A Dtest-var-decl.js29 f2 = 3
/arkcompiler/ets_frontend/es2panda/test/parser/js/
H A Dtest-function-decl.js19 f2 = function() {
18 f2 = function() { global() function
H A Dtest-var-decl.js29 f2 = 3
/arkcompiler/ets_runtime/test/moduletest/class/
H A Dclass.js220 function f2() {
230 class C20 extends f2 {
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_queue.js153 function f2(a3) {
157 "get" : f2,
H A Dcontainer_stack.js148 function f2(a3) {
152 "get" : f2,
H A Dcontainer_plainarray.js196 function f2(a3) {
200 "get" : f2,
H A Dcontainer_arraylist.js307 function f2(a3, a4) {
312 "set" : f2
H A Dcontainer_linked_list.js374 function f2(a3) {
378 "get" : f2,
/arkcompiler/ets_runtime/test/moduletest/functionapply/
H A Dfunctionapply.js39 function f2() { function
44 f2(1, 2);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DInterfaceNativeTest.cpp39 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 Dsafe_hole3.js28 f0.aarEq = function f2(v5, v6, v7 = `Expected «${v6}» to be «${v5}».`){}; function
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dfibers_test.cpp165 Fiber f2(*this, &f1, Entry); in TEST_F()
166 Fiber f3(*this, &f2, Entry); in TEST_F()
H A Dirtoc_test.cpp137 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 Dutils.py196 for f1, f2 in pairwise(files):
197 if not cmp(f1, f2):
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js279 function f2(a3, a4, a5) { function
284 "get": f2,
/arkcompiler/runtime_core/compiler/tests/js/
H A DregallocTest.js89 let f2 = -3.4;
90 print(f1 + f2);
91 print(f2 * f);
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dreport.py553 with open(args.paths[1], 'r', encoding="utf-8") as f2:
554 r2 = VMBReport.parse(f2.read())

Completed in 10 milliseconds

12