| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/ |
| D | namespace_combinatorial_test.cpp | 104 ani_class result2 {}; in TEST_F() local 121 ani_class result2 {}; in TEST_F() local 139 ani_enum result2 {}; in TEST_F() local 169 ani_function result2 {}; in TEST_F() local 189 ani_function result2 {}; in TEST_F() local 211 ani_function result2 {}; in TEST_F() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | ecmascript_meta_test.cpp | 44 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttribute("ecmascript.annotation"); variable 119 …std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
|
| /arkcompiler/ets_runtime/test/moduletest/regexpflagd/ |
| D | regexpflagd.js | 44 var result2 = "bπb".match(/(π)/du).indices; variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayshift/ |
| D | arrayshift.js | 33 var result2 = arr2.shift(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_bigint_test.cpp | 178 …auto result2 = BigIntAlgorithm(thread, vals2, 8, AlgorithmType::BIGINT_TOLOCALSTR, bigIntHandle.Ge… in HWTEST_F_L0() local 207 …auto result2 = BigIntAlgorithm(thread, vals2, 8, AlgorithmType::BIGINT_TOLOCALSTR, bigIntHandle.Ge… in HWTEST_F_L0() local 225 …auto result2 = BigIntAlgorithm(thread, vals2, 6, AlgorithmType::BIGINT_TOSTR, bigIntHandle.GetTagg… in HWTEST_F_L0() local 243 …auto result2 = BigIntAlgorithm(thread, vals2, 6, AlgorithmType::BIGINT_TOSTR, bigIntHandle.GetTagg… in HWTEST_F_L0() local 262 …auto result2 = BigIntAlgorithm(thread, vals2, 6, AlgorithmType::BIGINT_TOSTR, bigIntHandle.GetTagg… in HWTEST_F_L0() local 281 …auto result2 = BigIntAlgorithm(thread, vals2, 6, AlgorithmType::BIGINT_TOSTR, bigIntHandle.GetTagg… in HWTEST_F_L0() local 299 …auto result2 = BigIntAlgorithm(thread, vals2, 4, AlgorithmType::BIGINT_VALUEOF, bigIntHandle.GetTa… in HWTEST_F_L0() local 318 …auto result2 = BigIntAlgorithm(thread, vals2, 4, AlgorithmType::BIGINT_VALUEOF, jsPrimitiveRef.Get… in HWTEST_F_L0() local
|
| D | builtins_weak_map_test.cpp | 124 JSTaggedValue result2 = BuiltinsWeakMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 182 JSTaggedValue result2 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 222 JSTaggedValue result2 = BuiltinsWeakMap::Get(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 164 JSTaggedValue result2 = BuiltinsSet::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 218 JSTaggedValue result2 = BuiltinsSet::ForEach(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 253 JSTaggedValue result2 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 344 JSTaggedValue result2 = BuiltinsSet::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| D | builtins_date_test.cpp | 91 JSTaggedValue result2 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 138 JSTaggedValue result2 = BuiltinsDate::GetMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 184 JSTaggedValue result2 = BuiltinsDate::GetMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 225 JSTaggedValue result2 = BuiltinsDate::GetMinutes(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 271 JSTaggedValue result2 = BuiltinsDate::GetMinutes(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 314 JSTaggedValue result2 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 346 JSTaggedValue result2 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 385 JSTaggedValue result2 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 415 JSTaggedValue result2 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 766 JSTaggedValue result2 = DateAlgorithm(thread, js_date1.GetTaggedValue(), argTags, 4, type); in ToStringCommon() local [all …]
|
| D | builtins_map_test.cpp | 174 JSTaggedValue result2 = BuiltinsMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 208 auto result2 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::FOR_EACH); in HWTEST_F_L0() local 242 JSTaggedValue result2 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 349 JSTaggedValue result2 = BuiltinsMap::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| D | builtins_shared_map_test.cpp | 219 JSTaggedValue result2 = BuiltinsSharedMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 284 auto result2 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::FOR_EACH); in HWTEST_F_L0() local 318 JSTaggedValue result2 = BuiltinsSharedMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 416 JSTaggedValue result2 = BuiltinsSharedMap::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 425 JSTaggedValue result2 = in HWTEST_F_L0() local
|
| D | builtins_shared_set_test.cpp | 203 JSTaggedValue result2 = BuiltinsSharedSet::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 258 JSTaggedValue result2 = BuiltinsSharedSet::ForEach(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 293 JSTaggedValue result2 = BuiltinsSharedSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 381 JSTaggedValue result2 = BuiltinsSharedSet::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 401 JSTaggedValue result2 = BuiltinsSharedSet::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arraytoreversed/ |
| D | arraytoreversed.js | 40 var result2 = arr6.toReversed(); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/string_ops/ |
| D | string_new_utf8_test.cpp | 57 ani_string result2 = nullptr; in TEST_F() local 85 ani_string result2 = nullptr; in TEST_F() local 104 ani_string result2 = nullptr; in TEST_F() local
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| D | ecmascript_meta_test.cpp | 33 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttribute("ecmascript.annotation"); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 23 const result2 = fn<number | string>`${str}${num} \0123`; constant
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 22 const result2 = fn`${str} \0123`; constant
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/ |
| D | builtinDateNow.ts | 53 let result2 = 0 variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 74 JSHandle<JSTaggedValue> result2(JSIterator::IteratorNext(thread, iter)); in HWTEST_F_L0() local 105 JSHandle<JSTaggedValue> result2(JSIterator::IteratorStep(thread, iter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraymap/ |
| D | typedarraymap.js | 31 var result2 = sample2.map(function() { variable
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | ason_test.cpp | 102 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local 131 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0() local 286 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local 307 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local 343 JSHandle<JSTaggedValue> result2 = parser2.Parse(handleStr2); in HWTEST_F_L0() local 369 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local 398 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local 417 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| D | arrayflatmap.js | 50 var result2 = arr2.flatMap(testFunction); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/ |
| D | arrayfindlastindex.js | 43 var result2 = arr2.findLastIndex(testFunction); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraymap/ |
| D | arraymap.js | 72 const result2 = arr2.map(num => Array(num).fill(num)); constant
|
| /arkcompiler/ets_runtime/test/moduletest/arraywith/ |
| D | arraywith.js | 40 var result2 = arr5.with(4, 100); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraytospliced/ |
| D | arraytospliced.js | 40 var result2 = arr5.toSpliced(0, 2, 6); variable
|