Home
last modified time | relevance | path

Searched defs:result3 (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
H A Darrayflatmap.js56 var result3 = arr3.flatMap(testFunction); variable
/arkcompiler/runtime_core/plugins/ecmascript/tests/
H A Decmascript_meta_test.cpp36 std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "value"); in HWTEST() local
/arkcompiler/runtime_core/assembler/tests/
H A Decmascript_meta_test.cpp47 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 Dlazy_test.cpp41 auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, calcFunc); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedarraybuffer_test.cpp112 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
H A Dbuiltins_weak_map_test.cpp137 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 Dbuiltins_weak_set_test.cpp132 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
171 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
H A Dbuiltins_global_test.cpp139 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
183 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
H A Dbuiltins_number_test.cpp238 JSTaggedValue result3 = BuiltinsNumber::ToString(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
H A Dbuiltins_promise_test.cpp354 auto result3 = PromiseAlgorithm(thread, promise, array.GetTaggedValue(), AlgorithmType::RACE); in HWTEST_F_L0() local
H A Dbuiltins_map_test.cpp183 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 Dbuiltins_set_test.cpp172 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 Dbuiltins_shared_set_test.cpp212 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 Dbuiltins_shared_map_test.cpp226 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 Dbuiltins_date_test.cpp104 [[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 Dbuiltins_string_test.cpp970 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 Djs_api_vector_test.cpp386 JSTaggedValue result3 = JSAPIVector::RemoveByRange(thread, toor, elementsNums, elementsNums * 2); in HWTEST_F_L0() local
H A Djs_api_lightweightset_test.cpp307 JSTaggedValue result3 = lws->GetHashAt(-1); in HWTEST_F_L0() local
H A Djs_object_test.cpp1240 JSTaggedValue result3 = ChangeListener::Cast(listeners1.GetTaggedObject())->Get(index3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp107 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 Djson_parser_test.cpp122 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 Dcontainers_bitvector_test.cpp300 JSTaggedValue result3 = Has(bitVector, 1, 32, 64); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp226 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_json_test.cpp231 double result3 = str.GetDouble(0.1); // 0.1:num in HWTEST_F_L0() local
H A Dpt_types_test.cpp475 std::unique_ptr<PrivatePropertyDescriptor> result3 = PrivatePropertyDescriptor::Create(*ptJson3); in HWTEST_F_L0() local

Completed in 23 milliseconds

12