Home
last modified time | relevance | path

Searched refs:func1 (Results 1 - 25 of 28) sorted by relevance

12

/arkcompiler/ets_runtime/test/executiontest/js/
H A Dtermination_3.js16 function func1() function
24 func1()
H A Dtermination_1.js16 function func1() function
27 func1()
H A Dtermination_2.js16 function func1() function
27 func1()
H A Dtermination_5.js27 function func1()
37 func1()
H A Dtermination_6.js16 function func1() function
32 func1()
H A Dtermination_4.js27 function func1() function
37 func1()
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
H A Dloadicbyname.js143 function func1(o, v) { function
164 print(func1(o, 1));
167 print(func1(o, 2));
184 print(func1(o, 1));
187 func1(o, 2);
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_invoke_test.cpp77 JSHandle<JSFunction> func1 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local
78 func1.GetTaggedValue().GetTaggedObject()->GetClass()->SetClassConstructor(true); in HWTEST_F_L0()
79 array1->Set(thread, 1, func1.GetTaggedValue()); in HWTEST_F_L0()
96 ASSERT_EQ(slotArray->Get(thread, 2), func1.GetTaggedValue()); in HWTEST_F_L0()
110 JSHandle<JSFunction> func1 = factory->NewJSFunction(globalEnv); in HWTEST_F_L0() local
115 array->Set(thread, 2, func1.GetTaggedValue()); in HWTEST_F_L0()
122 JSTaggedValue testValue1 = InvokeCache::CheckPolyInvokeCache(array.GetTaggedValue(), func1.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/moduletest/createobject/
H A Dcreateobject.js38 func1: function(a) {
52 originObject.func1("wode");
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Dgraph_test.js47 let func1 = function (o) {
55 let res = func1();
H A Dcallee_info_test.js20 function func1(o1, o2) { } function
37 func1(2, o2.y);
H A Dmodule_info_test.js59 export default function func1() { }
H A Ddefine_info_test.js20 async function func1() { }
H A Ddebug_info_test.js288 function func1(o1, o2) { function
309 let m = '123'; func1(...arr); // written on the same line for testing
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js57 function func1() {
60 var res = lineString2.replace(re2, func1);
/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/
H A Dloadicbyvalue.js24 function func1(a) { function
28 func1(obj);
/arkcompiler/ets_runtime/test/moduletest/functionapply/
H A Dfunctionapply.js173 function func1(a, b, c, d) { function
183 func1(a3);
/arkcompiler/runtime_core/compiler/tests/js/
H A DregallocTryTest.js57 function func1(x, y) { function
H A DregallocTest.js26 function func1(num1, num2) { function
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/
H A DcodegenTryCatch.js17 function func1() { function
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Ddropframe.js97 function func1() {
108 func1();
/arkcompiler/ets_runtime/ecmascript/tests/
H A Daccessor_data_test.cpp158 JSFunction *func1 = globalEnv->GetObjectFunction().GetObject<JSFunction>(); in HWTEST_F_L0() local
159 Method::Cast(func1->GetMethod().GetTaggedObject())->SetFunctionKind(FunctionKind::BASE_CONSTRUCTOR); in HWTEST_F_L0()
161 factory->CloneJSFunction(JSHandle<JSFunction>(thread, func1)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedobject_test.cpp141 JSHandle<JSFunction> func1 = factory->NewSFunctionByHClass( in HWTEST_F_L0() local
143 ASSERT_TRUE(Method::Cast(func1->GetMethod())->IsSendableMethod()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/moduletest/regress/
H A Dregress.js280 function func1() {
284 func1();
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp305 JSHandle<JSFunction> func1 = vm_->GetFactory()->NewJSFunction(vm_->GetGlobalEnv(), method1); in HWTEST_F_L0() local
309 func1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()
361 JSHandle<JSFunction> func1 = vm_->GetFactory()->NewJSFunction(vm_->GetGlobalEnv(), method1); in HWTEST_F_L0() local
363 func1->SetModule(vm_->GetJSThread(), recordName1); in HWTEST_F_L0()
530 JSHandle<JSFunction> func1 = vm_->GetFactory()->NewJSFunction(vm_->GetGlobalEnv(), method1); in HWTEST_F_L0() local
533 func1->SetModule(vm_->GetJSThread(), recordName); in HWTEST_F_L0()

Completed in 8 milliseconds

12