Searched defs: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 209 EcmaRuntimeCallInfo *argv1 = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue(*rangeError), 6); in HWTEST_F_L0() local 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 270 EcmaRuntimeCallInfo* argv1 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT8); in HWTEST_F_L0() local 328 EcmaRuntimeCallInfo* argv1 = CreateTypedArrayCallInfo(thread, array, DataViewType::INT8); in HWTEST_F_L0() local
|
/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
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sample.cpp | 828 int argv1 = 34; // random number in HWTEST_F_L0() local
|
Completed in 11 milliseconds