Searched refs:argv1 (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | error_helper_test.cpp | 155 EcmaRuntimeCallInfo *argv1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*error), 6); in HWTEST_F_L0() local 156 argv1->SetFunction(error.GetTaggedValue()); in HWTEST_F_L0() 157 argv1->SetThis(JSTaggedValue(*error)); in HWTEST_F_L0() 158 argv1->SetCallArg(0, errorMsg.GetTaggedValue()); in HWTEST_F_L0() 159 auto prev1 = TestHelper::SetupFrame(thread, argv1); in HWTEST_F_L0() 160 JSHandle<JSTaggedValue> errorResult(thread, ErrorHelper::ErrorCommonConstructor(argv1, ErrorType::ERROR)); in HWTEST_F_L0() 209 EcmaRuntimeCallInfo *argv1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*rangeError), 6); in HWTEST_F_L0() local 210 argv1->SetFunction(rangeError.GetTaggedValue()); in HWTEST_F_L0() 211 argv1->SetThis(JSTaggedValue(*rangeError)); in HWTEST_F_L0() 212 argv1 in HWTEST_F_L0() 264 EcmaRuntimeCallInfo *argv1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*syntaxError), 6); HWTEST_F_L0() local 329 EcmaRuntimeCallInfo *argv1 = HWTEST_F_L0() local [all...] |
H A D | typed_array_helper_test.cpp | 222 EcmaRuntimeCallInfo* argv1 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT8); in HWTEST_F_L0() local 228 auto prev1 = TestHelper::SetupFrame(thread, argv1); in HWTEST_F_L0() 229 JSHandle<JSTaggedValue> int8ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv1, constructorName1, in HWTEST_F_L0() 270 EcmaRuntimeCallInfo* argv1 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT8); in HWTEST_F_L0() local 278 auto prev1 = TestHelper::SetupFrame(thread, argv1); in HWTEST_F_L0() 279 JSHandle<JSTaggedValue> int8ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv1, constructorName1, in HWTEST_F_L0() 328 EcmaRuntimeCallInfo* argv1 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT8); in HWTEST_F_L0() local 334 auto prev1 = TestHelper::SetupFrame(thread, argv1); in HWTEST_F_L0() 335 JSHandle<JSTaggedValue> int8ArrayVal(thread, TypedArrayHelper::TypedArrayConstructor(argv1, constructorName1, in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | pandargs_test.cpp | 906 static const char *argv1[] = {"gtest_app", "--compound:bool=true"}; in TEST() local 907 ASSERT_TRUE(paParser.Parse(2U, argv1)) << paParser.GetErrorString(); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 828 int argv1 = 34; // random number in HWTEST_F_L0() local 831 argv[1] = NumberRef::New(vm_, argv1); in HWTEST_F_L0()
|
Completed in 10 milliseconds