Home
last modified time | relevance | path

Searched defs:result2 (Results 1 - 25 of 57) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/arraytoreversed/
H A Darraytoreversed.js40 var result2 = arr6.toReversed(); variable
/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
H A Darraytospliced.js40 var result2 = arr5.toSpliced(0, 2, 6); variable
/arkcompiler/ets_runtime/test/moduletest/arraywith/
H A Darraywith.js40 var result2 = arr5.with(4, 100); variable
/arkcompiler/ets_runtime/test/moduletest/regexpflagd/
H A Dregexpflagd.js44 var result2 = "bπb".match(/(π)/du).indices; variable
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
H A Darrayflatmap.js39 var result2 = arr2.flatMap(testFunction); variable
/arkcompiler/ets_runtime/test/moduletest/arrayshift/
H A Darrayshift.js33 var result2 = arr2.shift(); variable
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
H A Darrayfindlastindex.js43 var result2 = arr2.findLastIndex(testFunction); variable
/arkcompiler/runtime_core/plugins/ecmascript/tests/
H A Decmascript_meta_test.cpp33 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttribute("ecmascript.annotation"); in HWTEST() local
/arkcompiler/runtime_core/assembler/tests/
H A Decmascript_meta_test.cpp44 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttribute("ecmascript.annotation"); in HWTEST_F() local
119 std::optional<pandasm::Metadata::Error> result2 = rmd.SetAttributeValue("ecmascript.extends", "value"); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dlazy_test.cpp38 auto result2 = FoldLeft(Transform(ConstLazyFetch(testData), [](int val) { return val * 10; }), -49, calcFunc); in TEST() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_arraybuffer_test.cpp86 JSTaggedValue result2 = BuiltinsArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
H A Dbuiltins_math_test.cpp2932 JSTaggedValue result2 = BuiltinsMath::Random(ecmaRuntimeCallInfo); local
H A Dbuiltins_sharedarraybuffer_test.cpp96 JSTaggedValue result2 = BuiltinsSharedArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
H A Dbuiltins_sendable_arraybuffer_test.cpp53 JSTaggedValue result2 = BuiltinsSendableArrayBuffer::GetByteLength(ecmaRuntimeCallInfo1); in SendableArrayBufferSliceTest() local
H A Dbuiltins_weak_map_test.cpp124 JSTaggedValue result2 = BuiltinsWeakMap::Set(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
182 JSTaggedValue result2 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
222 JSTaggedValue result2 = BuiltinsWeakMap::Get(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
H A Dbuiltins_weak_set_test.cpp119 JSTaggedValue result2 = BuiltinsWeakSet::Add(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
165 JSTaggedValue result2 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HasAndDeleteCommon() local
H A Dbuiltins_weak_ref_test.cpp145 JSTaggedValue result2 = JSTaggedValue::Undefined(); in HWTEST_F_L0() local
197 JSTaggedValue result2 = BuiltinsWeakRef::Deref(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_vector_test.cpp381 JSTaggedValue result2 = JSAPIVector::RemoveByRange(thread, toor, -1, 0); in HWTEST_F_L0() local
H A Djs_plural_rules_test.cpp47 icu::UnicodeString result2 = getPluralRules->select(0); in HWTEST_F_L0() local
H A Djs_api_lightweightset_test.cpp303 JSTaggedValue result2 = lws->GetValueAt(static_cast<int32_t>(NODE_NUMBERS * 2)); in HWTEST_F_L0() local
H A Djs_relative_time_format_test.cpp73 icu::UnicodeString result2 = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp166 JSTaggedValue result2 = scriptQueue->Pop(thread); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp689 auto result2 = Is32Bits(vi, Arch::AARCH64); in HWTEST_F() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dason_test.cpp102 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local
131 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0() local
286 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local
307 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local
343 JSHandle<JSTaggedValue> result2 = parser2.Parse(handleStr2); in HWTEST_F_L0() local
369 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); HWTEST_F_L0() local
398 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); HWTEST_F_L0() local
417 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); HWTEST_F_L0() local
[all...]
H A Djson_parser_test.cpp117 JSHandle<JSTaggedValue> result2 = parser.Parse(handleStr2); in HWTEST_F_L0() local
148 JSHandle<JSTaggedValue> result2 = parser.Parse(*handleStr2); in HWTEST_F_L0() local

Completed in 17 milliseconds

123