| /arkcompiler/toolchain/tooling/test/ |
| D | pt_params_test.cpp | 88 …std::unique_ptr<GetPossibleBreakpointsParams> result1 = GetPossibleBreakpointsParams::Create(*ptJs… in HWTEST_F_L0() local 100 std::unique_ptr<ResumeParams> result1 = ResumeParams::Create(*ptJson1); in HWTEST_F_L0() local 132 std::unique_ptr<StepIntoParams> result1 = StepIntoParams::Create(*ptJson1); in HWTEST_F_L0() local 151 std::unique_ptr<StepOverParams> result1 = StepOverParams::Create(*ptJson1); in HWTEST_F_L0() local 163 std::unique_ptr<SetMixedDebugParams> result1 = SetMixedDebugParams::Create(*ptJson1); in HWTEST_F_L0() local 175 std::unique_ptr<ReplyNativeCallingParams> result1 = ReplyNativeCallingParams::Create(*ptJson1); in HWTEST_F_L0() local 216 std::unique_ptr<RequestMemoryDumpParams> result1 = RequestMemoryDumpParams::Create(*ptJson1); in HWTEST_F_L0() local 244 std::unique_ptr<StartParams> result1 = StartParams::Create(*ptJson1); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | ecmascript_meta_test.cpp | 39 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); variable 116 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.annotation"); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 63 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() local 98 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 133 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 150 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 166 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 200 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 216 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 263 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 303 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local 361 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() local [all …]
|
| D | builtins_date_test.cpp | 90 [[maybe_unused]] JSTaggedValue result1 = BuiltinsDate::SetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 134 JSTaggedValue result1 = BuiltinsDate::GetFullYear(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 181 JSTaggedValue result1 = BuiltinsDate::GetFullYear(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 222 JSTaggedValue result1 = BuiltinsDate::GetHours(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 268 JSTaggedValue result1 = BuiltinsDate::GetHours(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 311 JSTaggedValue result1 = BuiltinsDate::SetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 343 JSTaggedValue result1 = BuiltinsDate::GetMinutes(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 382 JSTaggedValue result1 = BuiltinsDate::GetMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 412 JSTaggedValue result1 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 475 JSTaggedValue result1 = BuiltinsDate::UTC(ecmaRuntimeCallInfo); in HWTEST_F_L0() local [all …]
|
| D | builtins_bigint_test.cpp | 172 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 199 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 221 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 239 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 257 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 276 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 295 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local 311 auto result1 = BigIntAlgorithm(thread, vals, 6, AlgorithmType::BIGINT_CONSTRUCTOR); in HWTEST_F_L0() local
|
| D | builtins_sharedarraybuffer_test.cpp | 88 JSTaggedValue result1 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 181 JSTaggedValue result1 = BuiltinsSharedArrayBuffer::IsSharedArrayBuffer(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 197 bool result1 = BuiltinsSharedArrayBuffer::IsShared(arrBuf1.GetTaggedValue()); in HWTEST_F_L0() local
|
| D | builtins_map_test.cpp | 145 JSTaggedValue result1 = BuiltinsMap::MapConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 168 JSTaggedValue result1 = BuiltinsMap::Has(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 197 auto result1 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::SET); in HWTEST_F_L0() local 225 auto result1 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::SET); in HWTEST_F_L0() local 342 JSTaggedValue result1 = BuiltinsMap::Keys(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| D | builtins_weak_set_test.cpp | 93 JSTaggedValue result1 = BuiltinsWeakSet::WeakSetConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 113 JSTaggedValue result1 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 149 JSTaggedValue result1 = BuiltinsWeakSet::Add(ecmaRuntimeCallInfo); in AddCommon() local
|
| D | builtins_weak_map_test.cpp | 98 JSTaggedValue result1 = BuiltinsWeakMap::WeakMapConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 117 JSTaggedValue result1 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 153 JSTaggedValue result1 = BuiltinsWeakMap::Set(ecmaRuntimeCallInfo); in KeySetCommon() local
|
| D | builtins_weak_ref_test.cpp | 101 JSTaggedValue result1 = BuiltinsWeakRef::Deref(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 126 JSTaggedValue result1 = BuiltinsWeakRef::Deref(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 185 JSTaggedValue result1 = BuiltinsWeakRef::WeakRefConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| D | builtins_dataview_test.cpp | 291 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_UINT16, view.GetTaggedValue(… in HWTEST_F_L0() local 305 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_INT16, view.GetTaggedValue()… in HWTEST_F_L0() local 410 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_UINT32, view.GetTaggedValue(… in HWTEST_F_L0() local 425 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_INT32, view.GetTaggedValue()… in HWTEST_F_L0() local 440 …auto result1 = DataViewAlgorithm(thread, vals2, 6, AlgorithmType::GET_UINT8, view.GetTaggedValue()… in HWTEST_F_L0() local 455 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_FLOAT32, view.GetTaggedValue… in HWTEST_F_L0() local 470 …auto result1 = DataViewAlgorithm(thread, vals2, 8, AlgorithmType::GET_FLOAT64, view.GetTaggedValue… in HWTEST_F_L0() local
|
| D | builtins_promise_test.cpp | 56 [[maybe_unused]] bool result1 = JSObject::GetOwnProperty( in TestPromiseAllThenOnResolved() local 199 …auto result1 = PromiseAlgorithm(thread, promise, promise1.GetTaggedValue(), AlgorithmType::REJECT); in HWTEST_F_L0() local 256 …auto result1 = PromiseAlgorithm(thread, promise, promise1.GetTaggedValue(), AlgorithmType::RESOLVE… in HWTEST_F_L0() local 278 …auto result1 = PromiseAlgorithm(thread, promise, paramMsg1.GetTaggedValue(), AlgorithmType::REJECT… in HWTEST_F_L0() local 328 …auto result1 = PromiseAlgorithm(thread, promise, paramMsg1.GetTaggedValue(), AlgorithmType::REJECT… in HWTEST_F_L0() local 398 …auto result1 = PromiseAlgorithm(thread, promise, paramMsg1.GetTaggedValue(), AlgorithmType::RESOLV… in HWTEST_F_L0() local
|
| D | builtins_set_test.cpp | 137 JSTaggedValue result1 = BuiltinsSet::SetConstructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 157 JSTaggedValue result1 = BuiltinsSet::Has(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 199 auto result1 = SetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0() local 236 auto result1 = SetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0() local
|
| D | builtins_shared_map_test.cpp | 103 JSTaggedValue result1 = BuiltinsSharedMap::Constructor(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 213 JSTaggedValue result1 = BuiltinsSharedMap::Has(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 241 auto result1 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::SET); in HWTEST_F_L0() local 269 auto result1 = MapAlgorithm(thread, map.GetTaggedValue(), args, 8, AlgorithmType::SET); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayshift/ |
| D | arrayshift.js | 28 var result1 = arr1.shift(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraytospliced/ |
| D | arraytospliced.js | 38 var result1 = arr4.toSpliced(0, 2, 6); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraywith/ |
| D | arraywith.js | 38 var result1 = arr4.with(4, 100); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraytoreversed/ |
| D | arraytoreversed.js | 38 var result1 = arr5.toReversed(); variable
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| D | ecmascript_meta_test.cpp | 28 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 22 const result1 = fn<number | string>`${str}${num} \123`; constant
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 21 const result1 = fn`${str} \123`; constant
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | TransformUtil.spec.ts | 63 const result1 = wildcardTransformer(reserved1); constant
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now/ |
| D | builtinDateNow.ts | 52 let result1 = 0 variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_iterator_test.cpp | 72 JSHandle<JSTaggedValue> result1(JSIterator::IteratorNext(thread, iter)); in HWTEST_F_L0() local 103 JSHandle<JSTaggedValue> result1(JSIterator::IteratorStep(thread, iter)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| D | arrayflatmap.js | 37 var result1 = arr1.flatMap(testFunction); variable
|