Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp47 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
122 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.annotation", "… variable
/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_map_test.cpp161 JSTaggedValue result3 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
207 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
260 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
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
253 JSTaggedValue result3 = BuiltinsWeakSet::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.cpp1076 JSTaggedValue result3 = BuiltinsString::Replace(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
1152 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.cpp827 OperationResult result3 = JSObject::GetProperty(thread, res, key3); in ObjectWithConcurrentFunctionTest() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js63 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored) constant
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconditionalOperatorWithIdenticalBCT.ts76 let result3 = true ? { a: 1 } : { a: 2, b: 'string' }; variable
/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/toolchain/tooling/test/
Dpt_json_test.cpp231 double result3 = str.GetDouble(0.1); // 0.1:num in HWTEST_F_L0() local
Dpt_types_test.cpp459 … std::unique_ptr<PrivatePropertyDescriptor> result3 = PrivatePropertyDescriptor::Create(*ptJson3); 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