Home
last modified time | relevance | path

Searched defs:result2 (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/
Dnamespace_combinatorial_test.cpp104 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/
Decmascript_meta_test.cpp44 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/
Dregexpflagd.js44 var result2 = "bπb".match(/(π)/du).indices; variable
/arkcompiler/ets_runtime/test/moduletest/arrayshift/
Darrayshift.js33 var result2 = arr2.shift(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_bigint_test.cpp178 …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
Dbuiltins_weak_map_test.cpp124 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
Dbuiltins_set_test.cpp164 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
Dbuiltins_date_test.cpp91 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 …]
Dbuiltins_map_test.cpp174 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
Dbuiltins_shared_map_test.cpp219 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
Dbuiltins_shared_set_test.cpp203 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/
Darraytoreversed.js40 var result2 = arr6.toReversed(); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/string_ops/
Dstring_new_utf8_test.cpp57 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/
Decmascript_meta_test.cpp33 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttribute("ecmascript.annotation"); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-generic-tag-template-string-escape-error.ts23 const result2 = fn<number | string>`${str}${num} \0123`; constant
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dtest-tag-template-string-escape-error.js22 const result2 = fn`${str} \0123`; constant
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/
DbuiltinDateNow.ts53 let result2 = 0 variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp74 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/
Dtypedarraymap.js31 var result2 = sample2.map(function() { variable
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dason_test.cpp102 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/
Darrayflatmap.js50 var result2 = arr2.flatMap(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
Darrayfindlastindex.js43 var result2 = arr2.findLastIndex(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arraymap/
Darraymap.js72 const result2 = arr2.map(num => Array(num).fill(num)); constant
/arkcompiler/ets_runtime/test/moduletest/arraywith/
Darraywith.js40 var result2 = arr5.with(4, 100); variable
/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
Darraytospliced.js40 var result2 = arr5.toSpliced(0, 2, 6); variable

1234