Home
last modified time | relevance | path

Searched refs:argv3 (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Derror_helper_test.cpp183 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*typeError), 6); in HWTEST_F_L0() local
184 argv3->SetFunction(typeError.GetTaggedValue()); in HWTEST_F_L0()
185 argv3->SetThis(JSTaggedValue(*typeError)); in HWTEST_F_L0()
186 argv3->SetCallArg(0, typeErrorMsg.GetTaggedValue()); in HWTEST_F_L0()
187 auto prev3 = TestHelper::SetupFrame(thread, argv3); in HWTEST_F_L0()
188 JSHandle<JSTaggedValue> typeErrorResult(thread, ErrorHelper::ErrorCommonConstructor(argv3, ErrorType::TYPE_ERROR)); in HWTEST_F_L0()
238 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*oomError), 6); in HWTEST_F_L0() local
239 argv3->SetFunction(oomError.GetTaggedValue()); in HWTEST_F_L0()
240 argv3->SetThis(JSTaggedValue(*oomError)); in HWTEST_F_L0()
241 argv3 in HWTEST_F_L0()
296 EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*aggregateError), 6); HWTEST_F_L0() local
[all...]
H A Dtyped_array_helper_test.cpp224 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local
236 auto prev3 = TestHelper::SetupFrame(thread, argv3); in HWTEST_F_L0()
237 JSHandle<JSTaggedValue> uint8ClampedArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv3, in HWTEST_F_L0()
272 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT32); in HWTEST_F_L0() local
286 auto prev3 = TestHelper::SetupFrame(thread, argv3); in HWTEST_F_L0()
287 JSHandle<JSTaggedValue> int32ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv3, constructorName3, in HWTEST_F_L0()
291 JSHandle<JSTaggedValue> bigUint64ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv3, constructorName4, in HWTEST_F_L0()
330 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local
342 auto prev3 = TestHelper::SetupFrame(thread, argv3); in HWTEST_F_L0()
343 JSHandle<JSTaggedValue> uint8ClampedArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv3, in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dtriple_ut_test.cpp98 const char *argv3[] = {"maple", // program name in TEST() local
103 err = cl::CommandLine::GetCommandLine().Parse(argc, (char **)argv3); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dpandargs_test.cpp917 static const char *argv3[] = {"gtest_app", "--compound:bool=false"}; in TEST() local
918 ASSERT_TRUE(paParser.Parse(2U, argv3)) << paParser.GetErrorString(); in TEST()

Completed in 5 milliseconds