| /arkcompiler/runtime_core/assembler/tests/ |
| D | ecmascript_meta_test.cpp | 50 …std::optional<pandasm::Metadata::Error> result4 = rmd.SetAttributeValue("ecmascript.annotation", "… variable 127 std::optional<pandasm::Metadata::Error> result4 = rmd.SetAttributeValue("attribute", "bool"); variable
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| D | ecmascript_meta_test.cpp | 39 …std::optional<pandasm::Metadata::Error> result4 = rmd.SetAttributeValue("ecmascript.annotation", "… variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 26 const result4 = fn<number | string>`${str}${num} \u{12dd`; constant
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 25 const result4 = fn`${str} \u{12dd`; constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_test.cpp | 105 JSTaggedValue result4 = BuiltinsDate::GetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 119 JSTaggedValue result4 = BuiltinsDate::GetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 158 JSTaggedValue result4 = BuiltinsDate::GetUTCFullYear(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 202 JSTaggedValue result4 = BuiltinsDate::GetUTCFullYear(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 231 JSTaggedValue result4 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 277 JSTaggedValue result4 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 329 JSTaggedValue result4 = BuiltinsDate::GetUTCMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 363 JSTaggedValue result4 = BuiltinsDate::GetUTCMinutes(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 400 JSTaggedValue result4 = BuiltinsDate::GetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 431 JSTaggedValue result4 = BuiltinsDate::GetUTCMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_weak_map_test.cpp | 193 JSTaggedValue result4 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 231 JSTaggedValue result4 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 184 auto result4 = SetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS); in HWTEST_F_L0() local 263 JSTaggedValue result4 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_weak_set_test.cpp | 176 JSTaggedValue result4 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
|
| D | builtins_promise_test.cpp | 309 auto result4 = PromiseAlgorithm(thread, promise, array.GetTaggedValue(), AlgorithmType::RACE); in HWTEST_F_L0() local 429 auto result4 = PromiseAlgorithm(thread, promise, array.GetTaggedValue(), AlgorithmType::ALL); in HWTEST_F_L0() local
|
| D | builtins_shared_set_test.cpp | 224 auto result4 = SharedSetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::HAS); in HWTEST_F_L0() local 303 JSTaggedValue result4 = BuiltinsSharedSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_map_test.cpp | 255 JSTaggedValue result4 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_shared_map_test.cpp | 331 JSTaggedValue result4 = BuiltinsSharedMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_number_test.cpp | 252 JSTaggedValue result4 = BuiltinsNumber::ToString(ecmaRuntimeCallInfo4); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| D | arrayflatmap.js | 75 var result4 = arr4.flatMap(testFunction); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraymap/ |
| D | arraymap.js | 83 const result4 = arr4.map((num, index, array) => { constant
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | lazy_test.cpp | 44 auto result4 = in TEST() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/ |
| D | arrayFilterCase.js | 125 const result4 = arr4 constant
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | ason_test.cpp | 112 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0() local 145 JSHandle<JSTaggedValue> result4 = parser.Parse(*handleStr4); in HWTEST_F_L0() local 317 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0() local 379 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0() local
|
| D | string_helper_test.cpp | 37 CString result4 = ConcatToCString("x", b, ", ", a, '!'); in HWTEST_F_L0() local 49 std::string result4 = ConcatToStdString("x", b, ", ", a, '!'); in HWTEST_F_L0() local
|
| D | json_parser_test.cpp | 127 JSHandle<JSTaggedValue> result4 = parser.Parse(handleStr4); in HWTEST_F_L0() local 162 JSHandle<JSTaggedValue> result4 = parser.Parse(*handleStr4); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | TransformUtil.spec.ts | 78 const result4 = wildcardTransformer(reserved4); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/namespace_ops/ |
| D | namespace_combinatorial_test.cpp | 221 ani_enum result4 {}; in TEST_F() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | pt_json_test.cpp | 233 std::string result4 = num.GetString(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_lightweightset_test.cpp | 309 JSTaggedValue result4 = lws->GetHashAt(thread, static_cast<int32_t>(NODE_NUMBERS * 2)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/common_components/base/tests/ |
| D | c_string_test.cpp | 146 CString result4 = allSpaceStr.RemoveBlankSpace(); in HWTEST_F_L0() local
|