Home
last modified time | relevance | path

Searched defs:result3 (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp36 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp96 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
111 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
140 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
192 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
239 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
293 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
354 JSTaggedValue result3 = BuiltinsDate::SetUTCMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
380 JSTaggedValue result3 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
438 JSTaggedValue result3 = BuiltinsDate::GetUTCMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
476 JSTaggedValue result3 = BuiltinsDate::GetUTCSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
[all …]
Dbuiltins_weak_set_test.cpp156 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
201 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_weak_map_test.cpp161 JSTaggedValue result3 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
207 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_set_test.cpp168 JSTaggedValue result3 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
281 JSTaggedValue result3 = BuiltinsSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp177 JSTaggedValue result3 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
266 JSTaggedValue result3 = BuiltinsMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_sharedarraybuffer_test.cpp152 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp1023 JSTaggedValue result3 = BuiltinsString::Replace(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
1099 JSTaggedValue result3 = BuiltinsString::Replace(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp100 JSHandle<JSTaggedValue> result3(JSIterator::IteratorNext(thread, iter)); in HWTEST_F_L0() local
131 JSHandle<JSTaggedValue> result3(JSIterator::IteratorStep(thread, iter)); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp358 JSTaggedValue result3 = lws->GetHashAt(-1); in HWTEST_F_L0() local
Djs_api_vector_test.cpp427 … JSTaggedValue result3 = JSAPIVector::RemoveByRange(thread, toor, elementsNums, elementsNums * 2); in HWTEST_F_L0() local
Djs_bigint_test.cpp116 bool result3 = BigInt::SameValueZero(maxSafeInt.GetTaggedValue(), minSafeInt.GetTaggedValue()); in HWTEST_F_L0() local
Djs_object_test.cpp1276 JSTaggedValue result3 = ChangeListener::Cast(listeners1.GetTaggedObject())->Get(index3); in HWTEST_F_L0() local
Djs_serializer_test.cpp666 OperationResult result3 = JSObject::GetProperty(thread, res, key3); in ObjectWithFunctionTest() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js64 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored) constant
/arkcompiler/runtime_core/verification/util/tests/
Dlazy_test.cpp40 …auto result3 = FoldLeft(Filter(ConstLazyFetch(test_data), [](int val) { return val > 0; }), -1, ca… in TEST() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp69 JSHandle<JSTaggedValue> result3 = parser.ParseUtf8(*handleStr3); in HWTEST_F_L0() local
102 JSHandle<JSTaggedValue> result3 = parser.ParseUtf16(*handleStr3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp393 JSMutableHandle<JSTaggedValue> result3(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp344 …auto result3 = fn(thread->GetGlueAddr(), JSTaggedValue(x3).GetRawData(), JSTaggedValue(y3).GetRawD… in HWTEST_F_L0() local