| /arkcompiler/ets_runtime/test/moduletest/arraytoreversed/ |
| H A D | arraytoreversed.js | 38 var result1 = arr5.toReversed(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraytospliced/ |
| H A D | arraytospliced.js | 38 var result1 = arr4.toSpliced(0, 2, 6); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraywith/ |
| H A D | arraywith.js | 38 var result1 = arr4.with(4, 100); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayflatmap/ |
| H A D | arrayflatmap.js | 37 var result1 = arr1.flatMap(testFunction); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayshift/ |
| H A D | arrayshift.js | 28 var result1 = arr1.shift(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/ |
| H A D | arrayfindlastindex.js | 41 var result1 = arr1.findLastIndex(testFunction); variable
|
| /arkcompiler/runtime_core/plugins/ecmascript/tests/ |
| H A D | ecmascript_meta_test.cpp | 28 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); in HWTEST() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_list_iterator_test.cpp | 100 JSHandle<JSTaggedValue> result1 = JSAPIListIterator::CreateListIterator(thread, undefined); in HWTEST_F_L0() local
|
| H A D | js_api_linked_list_iterator_test.cpp | 100 JSHandle<JSTaggedValue> result1 = JSAPILinkedListIterator::CreateLinkedListIterator(thread, undefined); in HWTEST_F_L0() local
|
| H A D | js_api_vector_test.cpp | 127 JSTaggedValue result1 = JSAPIVector::RemoveByIndex(thread, toor, NODE_NUMBERS); in HWTEST_F_L0() local 376 JSTaggedValue result1 = JSAPIVector::RemoveByRange(thread, toor, 0, 0); in HWTEST_F_L0() local
|
| H A D | js_plural_rules_test.cpp | 42 icu::UnicodeString result1 = icuPluralRules->select(0); in HWTEST_F_L0() local
|
| H A D | js_api_lightweightset_test.cpp | 301 JSTaggedValue result1 = lws->GetValueAt(-1); in HWTEST_F_L0() local 349 JSTaggedValue result1 = JSAPILightWeightSet::ToString(thread, lws); in HWTEST_F_L0() local
|
| H A D | js_relative_time_format_test.cpp | 67 icu::UnicodeString result1 = rtfFormatter.formatNumericToValue(value, UDAT_REL_UNIT_YEAR, status).toString(status); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | ecmascript_meta_test.cpp | 39 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); in HWTEST_F() local 116 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.annotation"); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | lazy_test.cpp | 31 auto result1 = FoldLeft(stream1, -4, calcFunc); in TEST() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_arraybuffer_test.cpp | 78 JSTaggedValue result1 = BuiltinsArrayBuffer::Slice(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
|
| H A D | builtins_math_test.cpp | 2915 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 2930 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); local
|
| H A 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
|
| H A D | builtins_sendable_arraybuffer_test.cpp | 45 JSTaggedValue result1 = BuiltinsSendableArrayBuffer::Slice(ecmaRuntimeCallInfo); in SendableArrayBufferSliceTest() local 339 JSTaggedValue result1 = BuiltinsSendableArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 362 JSTaggedValue result1 = BuiltinsSendableArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
| H A 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
|
| H A 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
|
| H A 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
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| H A D | js_pandafile_executor_test.cpp | 174 int result1 = JSPandaFileExecutor::ExecuteAbcFileWithSingletonPatternFlag(thread, "com.application.example", in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_params_test.cpp | 88 std::unique_ptr<GetPossibleBreakpointsParams> result1 = GetPossibleBreakpointsParams::Create(*ptJson1); 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 in HWTEST_F_L0() local 244 std::unique_ptr<StartParams> result1 = StartParams::Create(*ptJson1); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/test/moduletest/regexp/ |
| H A D | regexp.js | 49 var result1 = reg1.test('0٫0000000000001'); variable
|