/arkcompiler/toolchain/tooling/test/testcases/js/ |
H A D | closure_scope.js | 19 function func2() { 39 return func2; 61 const func2 = func(); 62 const func3 = func2();
|
H A D | branch.js | 27 function func2() { function 45 func2()
|
H A D | dropframe.js | 98 function func2() { 105 func2()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_invoke_test.cpp | 81 JSHandle<JSFunction> func2 = factory->NewJSFunction(globalEnv);
in HWTEST_F_L0() local 82 func2.GetTaggedValue().GetTaggedObject()->GetClass()->SetClassConstructor(true);
in HWTEST_F_L0() 83 array1->Set(thread, 2, func2.GetTaggedValue());
in HWTEST_F_L0() 98 ASSERT_EQ(slotArray->Get(thread, 4), func2.GetTaggedValue());
in HWTEST_F_L0() 111 JSHandle<JSFunction> func2 = factory->NewJSFunction(globalEnv);
in HWTEST_F_L0() local 117 array->Set(thread, 4, func2.GetTaggedValue());
in HWTEST_F_L0() 124 JSTaggedValue testValue2 = InvokeCache::CheckPolyInvokeCache(array.GetTaggedValue(), func2.GetTaggedValue());
in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/moduletest/createobject/ |
H A D | createobject.js | 41 func2: function(a, b) { 53 originObject.func2("wode", 5)
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
H A D | callee_info_test.js | 24 let func2 = (x) => { return x * 2; }; 25 func2(o2.x); 31 let func3 = func2;
|
H A D | graph_test.js | 48 function func2(o1, o2) { 51 let bar = func2;
|
H A D | module_info_test.js | 60 export function func2() { }
|
H A D | define_info_test.js | 22 function func2(o1, o2) { function
|
H A D | debug_info_test.js | 292 async function func2() { } 305 c = a + b + func2();
|
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/ |
H A D | arrayfindlastindex.js | 60 function func2(element, index, arr) { function 63 print(arr4.findLastIndex(func2));
|
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/ |
H A D | arrayfindlast.js | 93 function func2(element, index, arr) { function 96 print(arr5.findLast(func2));
|
/arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
H A D | stringreplace.js | 63 function func2() { 66 res = lineString2.replace(re2, func2);
|
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | moduleTryCatch.js | 27 function func2(a) { function
|
H A D | regallocTryTest.js | 74 function func2(x, y) { function
|
H A D | regallocTest.js | 42 function func2(x, y) { function
|
/arkcompiler/ets_runtime/test/moduletest/functionapply/ |
H A D | functionapply.js | 175 func2.apply(null, arguments, 0, 0); // c interpreter 177 function func2(a) { function
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/ |
H A D | codegenTryCatch.js | 28 function func2(a, b, c) { function
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 306 JSHandle<JSFunction> func2 = vm_->GetFactory()->NewJSFunction(vm_->GetGlobalEnv(), method2); in HWTEST_F_L0() local 310 func2->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0() 531 JSHandle<JSFunction> func2 = vm_->GetFactory()->NewJSFunction(vm_->GetGlobalEnv(), method2); in HWTEST_F_L0() local 534 func2->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | function.cpp | 2188 ETSFunctionType const *const func2) noexcept 2191 for (auto const *sig2 : func2->CallSignatures()) {
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSchecker.h | 452 ETSFunctionType const *const func2) noexcept;
|