/arkcompiler/runtime_core/assembler/tests/ |
D | ecmascript_meta_test.cpp | 47 …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/ |
D | ecmascript_meta_test.cpp | 36 …std::optional<pandasm::Metadata::Error> result3 = rmd.SetAttributeValue("ecmascript.extends", "val… variable
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
D | test-ts-generic-tag-template-string-escape-error.ts | 24 const result3 = fn<number | string>`${str}${num} \u{11ffff}`; constant
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_date_test.cpp | 96 [[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 …]
|
D | builtins_weak_set_test.cpp | 156 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
|
D | builtins_weak_map_test.cpp | 161 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
|
D | builtins_global_test.cpp | 164 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local 211 JSTaggedValue result3 = BuiltinsGlobal::Escape(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
|
D | builtins_set_test.cpp | 168 JSTaggedValue result3 = BuiltinsSet::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 281 JSTaggedValue result3 = BuiltinsSet::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
D | builtins_map_test.cpp | 177 JSTaggedValue result3 = BuiltinsMap::Has(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local 265 JSTaggedValue result3 = BuiltinsMap::Delete(ecmaRuntimeCallInfo1); in HWTEST_F_L0() local
|
D | builtins_sharedarraybuffer_test.cpp | 152 JSTaggedValue result3 = BuiltinsSharedArrayBuffer::Slice(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
|
D | builtins_number_test.cpp | 262 JSTaggedValue result3 = BuiltinsNumber::ToString(ecmaRuntimeCallInfo3); in HWTEST_F_L0() local
|
D | builtins_string_test.cpp | 1076 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/ |
D | test-tag-template-string-escape-error.js | 23 const result3 = fn`${str} \u{11ffff}`; constant
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_iterator_test.cpp | 100 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
|
D | js_api_lightweightset_test.cpp | 358 JSTaggedValue result3 = lws->GetHashAt(-1); in HWTEST_F_L0() local
|
D | js_api_vector_test.cpp | 427 … JSTaggedValue result3 = JSAPIVector::RemoveByRange(thread, toor, elementsNums, elementsNums * 2); in HWTEST_F_L0() local
|
D | js_bigint_test.cpp | 116 bool result3 = BigInt::SameValueZero(maxSafeInt.GetTaggedValue(), minSafeInt.GetTaggedValue()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/test/moduletest/bindfunction/ |
D | bindfunction.js | 63 const result3 = addThirtySeven(5, 10); // 37 + 5 = 42, (the second argument is ignored) constant
|
/arkcompiler/runtime_core/static_core/verification/util/tests/ |
D | lazy_test.cpp | 41 …auto result3 = FoldLeft(Filter(ConstLazyFetch(testData), [](int val) { return val > 0; }), -1, cal… in TEST() local
|
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | json_parser_test.cpp | 69 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/ |
D | opt_code_profiler.cpp | 180 auto result3 = result2->second.find(bcIndex); in Update() local
|
/arkcompiler/ets_runtime/test/moduletest/array/ |
D | array.js | 324 const result3 = arr3.lastIndexOf(45, { constant
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_json_test.cpp | 231 double result3 = str.GetDouble(0.1); // 0.1:num in HWTEST_F_L0() local
|
D | pt_types_test.cpp | 459 … std::unique_ptr<PrivatePropertyDescriptor> result3 = PrivatePropertyDescriptor::Create(*ptJson3); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_hashmap_test.cpp | 393 JSMutableHandle<JSTaggedValue> result3(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|