/arkcompiler/ets_runtime/test/executiontest/js/ |
H A D | termination_3.js | 16 function func1()
function 24 func1()
|
H A D | termination_1.js | 16 function func1()
function 27 func1()
|
H A D | termination_2.js | 16 function func1()
function 27 func1()
|
H A D | termination_5.js | 27 function func1()
37 func1()
|
H A D | termination_6.js | 16 function func1()
function 32 func1()
|
H A D | termination_4.js | 27 function func1()
function 37 func1()
|
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
H A D | loadicbyname.js | 143 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 D | ic_invoke_test.cpp | 77 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 D | createobject.js | 38 func1: function(a) { 52 originObject.func1("wode");
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
H A D | graph_test.js | 47 let func1 = function (o) { 55 let res = func1();
|
H A D | callee_info_test.js | 20 function func1(o1, o2) { } function 37 func1(2, o2.y);
|
H A D | module_info_test.js | 59 export default function func1() { }
|
H A D | define_info_test.js | 20 async function func1() { }
|
H A D | debug_info_test.js | 288 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 D | stringreplace.js | 57 function func1() { 60 var res = lineString2.replace(re2, func1);
|
/arkcompiler/ets_runtime/test/moduletest/loadicbyvalue/ |
H A D | loadicbyvalue.js | 24 function func1(a) { function 28 func1(obj);
|
/arkcompiler/ets_runtime/test/moduletest/functionapply/ |
H A D | functionapply.js | 173 function func1(a, b, c, d) { function 183 func1(a3);
|
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | regallocTryTest.js | 57 function func1(x, y) { function
|
H A D | regallocTest.js | 26 function func1(num1, num2) { function
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/js/ |
H A D | codegenTryCatch.js | 17 function func1() { function
|
/arkcompiler/toolchain/tooling/test/testcases/js/ |
H A D | dropframe.js | 97 function func1() { 108 func1();
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | accessor_data_test.cpp | 158 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 D | builtins_sharedobject_test.cpp | 141 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 D | regress.js | 280 function func1() { 284 func1();
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 305 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()
|