Home
last modified time | relevance | path

Searched defs:argv3 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dtriple_ut_test.cpp98 const char *argv3[] = {"maple", // program name in TEST() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp183 …EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*typeErro… in HWTEST_F_L0() local
239 …EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*oomError… in HWTEST_F_L0() local
299 …EcmaRuntimeCallInfo *argv3 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*aggregat… in HWTEST_F_L0() local
Dtyped_array_helper_test.cpp224 … EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local
272 EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT32); in HWTEST_F_L0() local
330 … EcmaRuntimeCallInfo* argv3 = CreateTypedArrayCallInfo(thread, array, DataViewType::UINT8_CLAMPED); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpandargs_test.cpp1081 static const char *argv3[] = {"gtest_app", "--compound:bool=false"}; in TEST() local