Home
last modified time | relevance | path

Searched refs:func3 (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dclosure_scope.js22 function func3() {
37 return func3;
62 const func3 = func2();
63 const func4 = func3();
H A Ddropframe.js100 func = function func3() {
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Dmodule_info_test.js51 function func3(num1, num2) { function
55 v6 = func3(v5 + v6);
57 export { func3 as exFunc3 };
H A Dcallee_info_test.js31 let func3 = func2;
32 let func4 = func3;
H A Ddefine_info_test.js23 let func3 = function* () { };
H A Ddebug_info_test.js294 let func3 = (o1, o2, o3, o4, o5) => { };
311 func3(a, b, c, c, m);
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/
H A DcodegenTryCatch.js38 function func3(a, b, c, d, e) { function
48 return func3(e, d, c, b, a);
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js67 function func3(element, index, arr) { function
71 print(arr5.findLastIndex(func3))
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
H A Darrayfindlast.js100 function func3(element, index, arr) { function
104 print(arr6.findLast(func3))
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js69 function func3() {
72 res = lineString2.replace(re2, func3);
/arkcompiler/runtime_core/compiler/tests/js/
H A DstyleTryCatch.js50 function func3(a, b, c, d, e) { function
60 return func3(e, d, c, b, a);
H A DregallocTest.js52 function func3(a, b, c, d, e) { function
62 return func3(e, d, c, b, a);
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_invoke_test.cpp112 JSHandle<JSFunction> func3 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local
126 JSTaggedValue testValue3 = InvokeCache::CheckPolyInvokeCache(array.GetTaggedValue(), func3.GetTaggedValue()); in HWTEST_F_L0()

Completed in 4 milliseconds