Home
last modified time | relevance | path

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

123

/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/test/moduletest/arraytospliced/
Darraytospliced.js40 var result2 = arr5.toSpliced(0, 2, 6); variable
/arkcompiler/ets_runtime/test/moduletest/arraywith/
Darraywith.js40 var result2 = arr5.with(4, 100); variable
/arkcompiler/ets_runtime/test/moduletest/arraytoreversed/
Darraytoreversed.js40 var result2 = arr6.toReversed(); 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.cpp163 JSTaggedValue result2 = BuiltinsSet::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
217 JSTaggedValue result2 = BuiltinsSet::ForEach(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
252 JSTaggedValue result2 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
343 JSTaggedValue result2 = BuiltinsSet::Entries(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
Dbuiltins_shared_map_test.cpp218 JSTaggedValue result2 = BuiltinsSharedMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
251 auto result2 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::FOR_EACH); in HWTEST_F_L0() local
285 JSTaggedValue result2 = BuiltinsSharedMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
316 JSTaggedValue result2 = in HWTEST_F_L0() local
Dbuiltins_map_test.cpp173 JSTaggedValue result2 = BuiltinsMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
207 auto result2 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::FOR_EACH); in HWTEST_F_L0() local
241 JSTaggedValue result2 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
348 JSTaggedValue result2 = BuiltinsMap::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_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
Dbuiltins_arraybuffer_test.cpp86 JSTaggedValue result2 = BuiltinsArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_weak_set_test.cpp119 JSTaggedValue result2 = BuiltinsWeakSet::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
165 JSTaggedValue result2 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
Dbuiltins_weak_ref_test.cpp145 JSTaggedValue result2 = JSTaggedValue::Undefined(); in HWTEST_F_L0() local
197 JSTaggedValue result2 = BuiltinsWeakRef::Deref(ecmaRuntimeCallInfo2); in HWTEST_F_L0() 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_frontend/arkguard/test/ut/utils/
DTransformUtil.spec.ts64 const result2 = wildcardTransformer(reserved2); 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/arrayflatmap/
Darrayflatmap.js39 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/mapget/
Dmapget.js201 const result2 = testMap.has(); constant

123