Home
last modified time | relevance | path

Searched refs:argv2 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Derror_helper_test.cpp169 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*evalError), 6); in HWTEST_F_L0() local
170 argv2->SetFunction(evalError.GetTaggedValue()); in HWTEST_F_L0()
171 argv2->SetThis(JSTaggedValue(*evalError)); in HWTEST_F_L0()
172 argv2->SetCallArg(0, evalErrorMsg.GetTaggedValue()); in HWTEST_F_L0()
173 auto prev2 = TestHelper::SetupFrame(thread, argv2); in HWTEST_F_L0()
174 JSHandle<JSTaggedValue> evalErrorResult(thread, ErrorHelper::ErrorCommonConstructor(argv2, ErrorType::EVAL_ERROR)); in HWTEST_F_L0()
224 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*uriError), 6); in HWTEST_F_L0() local
225 argv2->SetFunction(uriError.GetTaggedValue()); in HWTEST_F_L0()
226 argv2->SetThis(JSTaggedValue(*uriError)); in HWTEST_F_L0()
227 argv2 in HWTEST_F_L0()
279 EcmaRuntimeCallInfo *argv2 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*referenceError), 6); HWTEST_F_L0() local
347 EcmaRuntimeCallInfo *argv2 = HWTEST_F_L0() local
[all...]
H A Dtyped_array_helper_test.cpp223 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::BIGUINT64); in HWTEST_F_L0() local
232 auto prev2 = TestHelper::SetupFrame(thread, argv2); in HWTEST_F_L0()
233 JSHandle<JSTaggedValue> bigUint64ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv2, constructorName2, in HWTEST_F_L0()
271 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT16); in HWTEST_F_L0() local
282 auto prev2 = TestHelper::SetupFrame(thread, argv2); in HWTEST_F_L0()
283 JSHandle<JSTaggedValue> int16ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv2, constructorName2, in HWTEST_F_L0()
329 EcmaRuntimeCallInfo* argv2 = CreateTypedArrayCallInfo(thread, array, DataViewType::BIGUINT64); in HWTEST_F_L0() local
338 auto prev2 = TestHelper::SetupFrame(thread, argv2); in HWTEST_F_L0()
339 JSHandle<JSTaggedValue> bigUint64ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv2, constructorName2, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dtriple_ut_test.cpp84 const char *argv2[] = {"maple", // program name in TEST() local
89 err = cl::CommandLine::GetCommandLine().Parse(argc, (char **)argv2); in TEST()
H A Dcl_ut_test.cpp569 const char *argv2[] = {"CLTest", // program name in TEST() local
572 err = cl::CommandLine::GetCommandLine().Parse(argc, (char **)argv2); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp912 static const char *argv2[] = {"gtest_app", "--compound:bool"}; in TEST() local
913 ASSERT_TRUE(paParser.Parse(2U, argv2)) << paParser.GetErrorString(); in TEST()

Completed in 6 milliseconds