Home
last modified time | relevance | path

Searched defs:result3 (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/assembler/tests/
Decmascript_meta_test.cpp47 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
122 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.annotation", "… variable
/arkcompiler/runtime_core/plugins/ecmascript/tests/
Decmascript_meta_test.cpp36 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-generic-tag-template-string-escape-error.ts24 const result3 = fn<number | string>`${str}${num} \u{11ffff}`; constant
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp96 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
111 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
140 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
192 JSTaggedValue result3 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
239 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
293 JSTaggedValue result3 = BuiltinsDate::GetSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
354 JSTaggedValue result3 = BuiltinsDate::SetUTCMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
380 JSTaggedValue result3 = BuiltinsDate::GetMilliseconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
438 JSTaggedValue result3 = BuiltinsDate::GetUTCMonth(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
476 JSTaggedValue result3 = BuiltinsDate::GetUTCSeconds(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
[all …]
Dbuiltins_weak_set_test.cpp156 JSTaggedValue result3 = BuiltinsWeakSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
201 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
253 JSTaggedValue result3 = BuiltinsWeakSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_weak_map_test.cpp161 JSTaggedValue result3 = BuiltinsWeakMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
207 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
260 JSTaggedValue result3 = BuiltinsWeakMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_global_test.cpp164 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
211 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
Dbuiltins_set_test.cpp168 JSTaggedValue result3 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
281 JSTaggedValue result3 = BuiltinsSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_map_test.cpp177 JSTaggedValue result3 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
265 JSTaggedValue result3 = BuiltinsMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
Dbuiltins_sharedarraybuffer_test.cpp152 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
Dbuiltins_number_test.cpp262 JSTaggedValue result3 = BuiltinsNumber::ToString(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
Dbuiltins_string_test.cpp1076 JSTaggedValue result3 = BuiltinsString::Replace(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
1152 JSTaggedValue result3 = BuiltinsString::Replace(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dtest-tag-template-string-escape-error.js23 const result3 = fn`${str} \u{11ffff}`; constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_iterator_test.cpp100 JSHandle<JSTaggedValue> result3(JSIterator::IteratorNext(thread, iter)); in HWTEST_F_L0() local
131 JSHandle<JSTaggedValue> result3(JSIterator::IteratorStep(thread, iter)); in HWTEST_F_L0() local
Djs_api_lightweightset_test.cpp358 JSTaggedValue result3 = lws->GetHashAt(-1); in HWTEST_F_L0() local
Djs_api_vector_test.cpp427 … JSTaggedValue result3 = JSAPIVector::RemoveByRange(thread, toor, elementsNums, elementsNums * 2); in HWTEST_F_L0() local
Djs_bigint_test.cpp116 bool result3 = BigInt::SameValueZero(maxSafeInt.GetTaggedValue(), minSafeInt.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js63 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored) constant
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dlazy_test.cpp41 …auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, cal… in TEST() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp69 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local
102 JSHandle<JSTaggedValue> result3 = parser.Parse(*handleStr3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp180 auto result3 = result2->second.find(bcIndex); in Update() local
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js324 const result3 = arr3.lastIndexOf(45, { constant
/arkcompiler/toolchain/tooling/test/
Dpt_json_test.cpp231 double result3 = str.GetDouble(0.1); // 0.1:num in HWTEST_F_L0() local
Dpt_types_test.cpp459 … std::unique_ptr<PrivatePropertyDescriptor> result3 = PrivatePropertyDescriptor::Create(*ptJson3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp393 JSMutableHandle<JSTaggedValue> result3(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local

12