Home
last modified time | relevance | path

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

12

/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_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-generic-tag-template-string-escape-error.ts24 const result3 = fn<number | string>`${str}${num} \u{11ffff}`; constant
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dtest-tag-template-string-escape-error.js23 const result3 = fn`${str} \u{11ffff}`; constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp76 JSHandle<JSTaggedValue> result3(JSIterator::IteratorNext(thread, iter)); in HWTEST_F_L0() local
107 JSHandle<JSTaggedValue> result3(JSIterator::IteratorStep(thread, iter)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_map_test.cpp137 JSTaggedValue result3 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
188 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
227 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_date_test.cpp104 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
118 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
142 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
187 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
228 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
274 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
326 JSTaggedValue result3 = BuiltinsDate::SetUTCMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
349 JSTaggedValue result3 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
397 JSTaggedValue result3 = BuiltinsDate::GetUTCMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
428 JSTaggedValue result3 = BuiltinsDate::GetUTCSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
[all …]
Dbuiltins_weak_set_test.cpp132 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
171 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
Dbuiltins_global_test.cpp139 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
183 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
Dbuiltins_set_test.cpp172 auto result3 = SetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS); in HWTEST_F_L0() local
258 JSTaggedValue result3 = BuiltinsSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_sharedarraybuffer_test.cpp112 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp183 …auto result3 = MapAlgorithm(thread, JSTaggedValue(jsMap), args, 8, AlgorithmType::HAS); // 8: arg … in HWTEST_F_L0() local
249 JSTaggedValue result3 = BuiltinsMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_shared_map_test.cpp226 …auto result3 = MapAlgorithm(thread, jsSMap.GetTaggedValue(), args, 8, AlgorithmType::HAS); // 8: a… in HWTEST_F_L0() local
325 JSTaggedValue result3 = BuiltinsSharedMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_shared_set_test.cpp212 auto result3 = SharedSetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS); in HWTEST_F_L0() local
298 JSTaggedValue result3 = BuiltinsSharedSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/typedarraymap/
Dtypedarraymap.js43 var result3 = sample3.map(function() { variable
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
Darrayflatmap.js67 var result3 = arr3.flatMap(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arraymap/
Darraymap.js76 const result3 = arr3.map(num => { constant
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dason_test.cpp107 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local
138 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local
291 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local
312 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local
351 JSHandle<JSTaggedValue> result3 = parser3.Parse(handleStr3); in HWTEST_F_L0() local
374 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local
Djson_parser_test.cpp122 JSHandle<JSTaggedValue> result3 = parser.Parse(handleStr3); in HWTEST_F_L0() local
155 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/
Dnamespace_combinatorial_test.cpp143 ani_class result3 {}; in TEST_F() local
218 ani_class result3 {}; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dlazy_test.cpp41 …auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, cal… in TEST() 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_frontend/arkguard/test/ut/utils/
DTransformUtil.spec.ts77 const result3 = wildcardTransformer(reserved3); constant
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp227 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_queue.js112 let result3 = queue.add(c) variable

12