Searched refs:ecmaRuntimeCallInfo6 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_global_test.cpp | 246 auto ecmaRuntimeCallInfo6 = in HWTEST_F_L0() local 248 ecmaRuntimeCallInfo6->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 249 ecmaRuntimeCallInfo6->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 251 ecmaRuntimeCallInfo6->SetCallArg(0, sharedArrayFunc.GetTaggedValue()); in HWTEST_F_L0() 253 prev1 = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo6); in HWTEST_F_L0() 254 result = BuiltinsGlobal::IsSendable(ecmaRuntimeCallInfo6); in HWTEST_F_L0() 340 auto ecmaRuntimeCallInfo6 = in HWTEST_F_L0() local 342 ecmaRuntimeCallInfo6->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 343 ecmaRuntimeCallInfo6->SetThis(JSTaggedValue::Undefined()); in HWTEST_F_L0() 344 ecmaRuntimeCallInfo6 in HWTEST_F_L0() [all...] |
H A D | builtins_date_test.cpp | 926 auto ecmaRuntimeCallInfo6 = TestHelper::CreateEcmaRuntimeCallInfo(thread, jsDate.GetTaggedValue(), 8); in HWTEST_F_L0() local 927 ecmaRuntimeCallInfo6->SetFunction(date_func.GetTaggedValue()); in HWTEST_F_L0() 928 ecmaRuntimeCallInfo6->SetThis(jsDate.GetTaggedValue()); in HWTEST_F_L0() 929 ecmaRuntimeCallInfo6->SetCallArg(0, JSTaggedValue(static_cast<double>(2018))); in HWTEST_F_L0() 930 ecmaRuntimeCallInfo6->SetCallArg(1, JSTaggedValue(static_cast<double>(10))); in HWTEST_F_L0() 932 prev = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo6); in HWTEST_F_L0() 933 JSTaggedValue result5 = BuiltinsDate::DateConstructor(ecmaRuntimeCallInfo6); in HWTEST_F_L0()
|
H A D | builtins_shared_array_test.cpp | 1208 auto ecmaRuntimeCallInfo6 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local 1209 ecmaRuntimeCallInfo6->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 1210 ecmaRuntimeCallInfo6->SetThis(obj.GetTaggedValue()); in HWTEST_F_L0() 1211 ecmaRuntimeCallInfo6->SetCallArg(0, JSTaggedValue(static_cast<int32_t>(-4))); in HWTEST_F_L0() 1212 [[maybe_unused]] auto prev6 = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo6); in HWTEST_F_L0() 1213 result = Array::At(ecmaRuntimeCallInfo6); in HWTEST_F_L0()
|
H A D | builtins_array_test.cpp | 1502 auto ecmaRuntimeCallInfo6 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), 6); in HWTEST_F_L0() local 1503 ecmaRuntimeCallInfo6->SetFunction(JSTaggedValue::Undefined()); in HWTEST_F_L0() 1504 ecmaRuntimeCallInfo6->SetThis(obj.GetTaggedValue()); in HWTEST_F_L0() 1505 ecmaRuntimeCallInfo6->SetCallArg(0, JSTaggedValue(static_cast<int32_t>(-4))); in HWTEST_F_L0() 1506 [[maybe_unused]] auto prev6 = TestHelper::SetupFrame(thread, ecmaRuntimeCallInfo6); in HWTEST_F_L0() 1507 result = Array::At(ecmaRuntimeCallInfo6); in HWTEST_F_L0()
|
Completed in 10 milliseconds