Home
last modified time | relevance | path

Searched refs:func2 (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dclosure_scope.js19 function func2() {
39 return func2;
61 const func2 = func();
62 const func3 = func2();
H A Dbranch.js27 function func2() { function
45 func2()
H A Ddropframe.js98 function func2() {
105 func2()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_invoke_test.cpp81 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 Dcreateobject.js41 func2: function(a, b) {
53 originObject.func2("wode", 5)
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Dcallee_info_test.js24 let func2 = (x) => { return x * 2; };
25 func2(o2.x);
31 let func3 = func2;
H A Dgraph_test.js48 function func2(o1, o2) {
51 let bar = func2;
H A Dmodule_info_test.js60 export function func2() { }
H A Ddefine_info_test.js22 function func2(o1, o2) { function
H A Ddebug_info_test.js292 async function func2() { }
305 c = a + b + func2();
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js60 function func2(element, index, arr) { function
63 print(arr4.findLastIndex(func2));
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
H A Darrayfindlast.js93 function func2(element, index, arr) { function
96 print(arr5.findLast(func2));
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js63 function func2() {
66 res = lineString2.replace(re2, func2);
/arkcompiler/runtime_core/compiler/tests/js/
H A DmoduleTryCatch.js27 function func2(a) { function
H A DregallocTryTest.js74 function func2(x, y) { function
H A DregallocTest.js42 function func2(x, y) { function
/arkcompiler/ets_runtime/test/moduletest/functionapply/
H A Dfunctionapply.js175 func2.apply(null, arguments, 0, 0); // c interpreter
177 function func2(a) { function
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/
H A DcodegenTryCatch.js28 function func2(a, b, c) { function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp306 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 Dfunction.cpp2188 ETSFunctionType const *const func2) noexcept
2191 for (auto const *sig2 : func2->CallSignatures()) {
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h452 ETSFunctionType const *const func2) noexcept;

Completed in 13 milliseconds