| /arkcompiler/runtime_core/assembler/tests/ |
| D | ecmascript_meta_test.cpp | 47 …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/ |
| D | ecmascript_meta_test.cpp | 36 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 24 const result3 = fn<number | string>`${str}${num} \u{11ffff}`; constant
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 23 const result3 = fn`${str} \u{11ffff}`; constant
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 76 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/ |
| D | builtins_weak_map_test.cpp | 137 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
|
| D | builtins_date_test.cpp | 104 [[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 …]
|
| D | builtins_weak_set_test.cpp | 132 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 171 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
|
| D | builtins_global_test.cpp | 139 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local 183 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 172 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
|
| D | builtins_sharedarraybuffer_test.cpp | 112 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
|
| D | builtins_map_test.cpp | 183 …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
|
| D | builtins_shared_map_test.cpp | 226 …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
|
| D | builtins_shared_set_test.cpp | 212 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/ |
| D | typedarraymap.js | 43 var result3 = sample3.map(function() { variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| D | arrayflatmap.js | 67 var result3 = arr3.flatMap(testFunction); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraymap/ |
| D | arraymap.js | 76 const result3 = arr3.map(num => { constant
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | ason_test.cpp | 107 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
|
| D | json_parser_test.cpp | 122 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/ |
| D | namespace_combinatorial_test.cpp | 143 ani_class result3 {}; in TEST_F() local 218 ani_class result3 {}; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | lazy_test.cpp | 41 …auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, cal… in TEST() local
|
| /arkcompiler/ets_runtime/test/moduletest/bindfunction/ |
| D | bindfunction.js | 63 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored) constant
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | TransformUtil.spec.ts | 77 const result3 = wildcardTransformer(reserved3); constant
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 227 auto result3 = result2->second.find(bcIndex); in FilterMethodToPrint() local
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_queue.js | 112 let result3 = queue.add(c) variable
|