Home
last modified time | relevance | path

Searched defs:result1 (Results 1 - 25 of 66) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/arraytoreversed/
H A Darraytoreversed.js38 var result1 = arr5.toReversed(); variable
/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
H A Darraytospliced.js38 var result1 = arr4.toSpliced(0, 2, 6); variable
/arkcompiler/ets_runtime/test/moduletest/arraywith/
H A Darraywith.js38 var result1 = arr4.with(4, 100); variable
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
H A Darrayflatmap.js37 var result1 = arr1.flatMap(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arrayshift/
H A Darrayshift.js28 var result1 = arr1.shift(); variable
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js41 var result1 = arr1.findLastIndex(testFunction); variable
/arkcompiler/runtime_core/plugins/ecmascript/tests/
H A Decmascript_meta_test.cpp28 std::optional<pandasm::Metadata::Error> result1 = rmd.SetAttribute("ecmascript.extends"); in HWTEST() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_list_iterator_test.cpp100 JSHandle<JSTaggedValue> result1 = JSAPIListIterator::CreateListIterator(thread, undefined); in HWTEST_F_L0() local
H A Djs_api_linked_list_iterator_test.cpp100 JSHandle<JSTaggedValue> result1 = JSAPILinkedListIterator::CreateLinkedListIterator(thread, undefined); in HWTEST_F_L0() local
H A Djs_api_vector_test.cpp127 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 Djs_plural_rules_test.cpp42 icu::UnicodeString result1 = icuPluralRules->select(0); in HWTEST_F_L0() local
H A Djs_api_lightweightset_test.cpp301 JSTaggedValue result1 = lws->GetValueAt(-1); in HWTEST_F_L0() local
349 JSTaggedValue result1 = JSAPILightWeightSet::ToString(thread, lws); in HWTEST_F_L0() local
H A Djs_relative_time_format_test.cpp67 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 Decmascript_meta_test.cpp39 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 Dlazy_test.cpp31 auto result1 = FoldLeft(stream1, -4, calcFunc); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_arraybuffer_test.cpp78 JSTaggedValue result1 = BuiltinsArrayBuffer::Slice(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
H A Dbuiltins_math_test.cpp2915 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
2930 JSTaggedValue result1 = BuiltinsMath::Random(ecmaRuntimeCallInfo); local
H A Dbuiltins_sharedarraybuffer_test.cpp88 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 Dbuiltins_sendable_arraybuffer_test.cpp45 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 Dbuiltins_weak_map_test.cpp98 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 Dbuiltins_weak_set_test.cpp93 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 Dbuiltins_weak_ref_test.cpp101 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 Djs_pandafile_executor_test.cpp174 int result1 = JSPandaFileExecutor::ExecuteAbcFileWithSingletonPatternFlag(thread, "com.application.example", in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
H A Dpt_params_test.cpp88 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 Dregexp.js49 var result1 = reg1.test('0٫0000000000001'); variable

Completed in 16 milliseconds

123