| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| H A D | arrayflatmap.js | 56 var result3 = arr3.flatMap(testFunction); variable
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| H A D | ecmascript_meta_test.cpp | 36 std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "value"); in HWTEST() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | ecmascript_meta_test.cpp | 47 std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "value"); in HWTEST_F() local 122 std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.annotation", "value"); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | lazy_test.cpp | 41 auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, calcFunc); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_sharedarraybuffer_test.cpp | 112 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
|
| H A D | builtins_weak_map_test.cpp | 137 JSTaggedValue result3 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 188 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 227 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| H A D | builtins_weak_set_test.cpp | 132 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 171 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
|
| H A D | builtins_global_test.cpp | 139 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local 183 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
|
| H A D | builtins_number_test.cpp | 238 JSTaggedValue result3 = BuiltinsNumber::ToString(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
|
| H A D | builtins_promise_test.cpp | 354 auto result3 = PromiseAlgorithm(thread, promise, array.GetTaggedValue(), AlgorithmType::RACE); in HWTEST_F_L0() local
|
| H A D | builtins_map_test.cpp | 183 auto result3 = MapAlgorithm(thread, JSTaggedValue(jsMap), args, 8, AlgorithmType::HAS); // 8: arg len in HWTEST_F_L0() local 249 JSTaggedValue result3 = BuiltinsMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| H A D | builtins_set_test.cpp | 172 auto result3 = SetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS); in HWTEST_F_L0() local 258 JSTaggedValue result3 = BuiltinsSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| H A D | builtins_shared_set_test.cpp | 212 auto result3 = SharedSetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS);
in HWTEST_F_L0() local 298 JSTaggedValue result3 = BuiltinsSharedSet::Delete(ecmaRuntimeCallInfo1);
in HWTEST_F_L0() local
|
| H A D | builtins_shared_map_test.cpp | 226 auto result3 = MapAlgorithm(thread, jsSMap.GetTaggedValue(), args, 8, AlgorithmType::HAS); // 8: arg len in HWTEST_F_L0() local 325 JSTaggedValue result3 = BuiltinsSharedMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| H A D | builtins_date_test.cpp | 104 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 118 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 142 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 187 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 228 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 274 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 326 JSTaggedValue result3 = BuiltinsDate::SetUTCMilliseconds(ecmaRuntimeCallInfo); HWTEST_F_L0() local 349 JSTaggedValue result3 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); HWTEST_F_L0() local 397 JSTaggedValue result3 = BuiltinsDate::GetUTCMonth(ecmaRuntimeCallInfo); HWTEST_F_L0() local 428 JSTaggedValue result3 = BuiltinsDate::GetUTCSeconds(ecmaRuntimeCallInfo); HWTEST_F_L0() local 775 JSTaggedValue result3 = DateAlgorithm(thread, js_date2.GetTaggedValue(), argTags, 4, type); ToStringCommon() local 904 JSTaggedValue result3 = BuiltinsDate::DateConstructor(ecmaRuntimeCallInfo3); HWTEST_F_L0() local [all...] |
| H A D | builtins_string_test.cpp | 970 auto result3 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() local 1019 auto result3 = StringAlgorithm(thread, thisStr.GetTaggedValue(), args, 8, AlgorithmType::REPLACE); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_vector_test.cpp | 386 JSTaggedValue result3 = JSAPIVector::RemoveByRange(thread, toor, elementsNums, elementsNums * 2); in HWTEST_F_L0() local
|
| H A D | js_api_lightweightset_test.cpp | 307 JSTaggedValue result3 = lws->GetHashAt(-1); in HWTEST_F_L0() local
|
| H A D | js_object_test.cpp | 1240 JSTaggedValue result3 = ChangeListener::Cast(listeners1.GetTaggedObject())->Get(index3); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | ason_test.cpp | 107 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local 138 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local 291 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local 312 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local 351 JSHandle<JSTaggedValue> result3 = parser3.Parse(handleStr3); in HWTEST_F_L0() local 374 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); HWTEST_F_L0() local [all...] |
| H A D | json_parser_test.cpp | 122 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local 155 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| H A D | containers_bitvector_test.cpp | 300 JSTaggedValue result3 = Has(bitVector, 1, 32, 64); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | opt_code_profiler.cpp | 226 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_json_test.cpp | 231 double result3 = str.GetDouble(0.1); // 0.1:num in HWTEST_F_L0() local
|
| H A D | pt_types_test.cpp | 475 std::unique_ptr<PrivatePropertyDescriptor> result3 = PrivatePropertyDescriptor::Create(*ptJson3); in HWTEST_F_L0() local
|