| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 88 std::vector<ets_boolean> res2(src.size()); in TEST_F() local 127 std::vector<ets_byte> res2(src.size()); in TEST_F() local 166 std::vector<ets_char> res2(src.size()); in TEST_F() local 205 std::vector<ets_short> res2(src.size()); in TEST_F() local 244 std::vector<ets_int> res2(src.size()); in TEST_F() local 283 std::vector<ets_long> res2(src.size()); in TEST_F() local 322 std::vector<ets_float> res2(src.size()); in TEST_F() local 361 std::vector<ets_double> res2(src.size()); in TEST_F() local
|
| D | stack_reference_check_test.cpp | 102 bool res2 = env->GetObjectRefType(static_cast<ets_object>(ets_str2)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
| D | test-ts-ternary-operator-1.ts | 21 const res2 = (a > b) ? ((a << 16)) : ((b << 16)); constant
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplaceall/ |
| D | stringreplaceall.js | 29 let res2 = str1.replaceAll(/o/g, "o-o"); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | expected_test.cpp | 107 auto res2 = helper(1); in TEST() local 120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | expected_test.cpp | 109 auto res2 = Helper(1U); in TEST() local 122 auto res2 = Helper(res1).ValueOr(res1); in TEST() local
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 57 var res2 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 327 …JSHandle<JSTaggedValue> res2 = moduleManager->HostResolveImportedModule(jsPandaFile.get(), baseFil… in HWTEST_F_L0() local 352 JSTaggedValue res2 = moduleManager->GetModuleValueOutter(0, moduleRecord); in HWTEST_F_L0() local 388 JSTaggedValue res2 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local 406 int res2 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local 418 …JSHandle<JSTaggedValue> res2 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName2, base… in HWTEST_F_L0() local 439 JSHandle<JSTaggedValue> res2 = moduleManager->TryGetImportedModule(moduleName); in HWTEST_F_L0() local 611 CString res2 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 658 CString res2 = "com.bundleName.test/moduleName1/ets/pages/index"; in HWTEST_F_L0() local 707 std::pair<bool, ModuleTypes> res2 = SourceTextModule::CheckNativeModule(requestName2); in HWTEST_F_L0() local 758 CString res2 = "moduleName"; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 35 let res2 = shortString.split(''); variable
|
| /arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
| D | jsonparser.js | 46 let res2 = JSON.parse(strData2); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
| D | stringreplace.js | 42 var res2 = lineString1.replace(re2, "X"); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_context_test.cpp | 53 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
|
| D | js_proxy_test.cpp | 490 JSHandle<TaggedArray> res2 = JSProxy::OwnPropertyKeys(thread, proxyHandle2); in HWTEST_F_L0() local 537 JSTaggedValue res2 = JSProxy::CallInternal(runtimeInfo); in HWTEST_F_L0() local 599 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0() local
|
| D | js_bigint_test.cpp | 824 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2); in HWTEST_F_L0() local 881 JSHandle<BigInt> res2 = BigInt::LeftShift(thread, bigint1, shift2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/aottest/string_add/ |
| D | string_add.ts | 153 let res2 = `string`; variable
|
| /arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
| D | ecmastringtable.js | 132 let res2 = obj[key2] variable
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 857 auto res2 = p2.Parse(source2); variable 1178 auto res2 = p2.Parse(source2); variable 1401 auto res2 = p2.Parse(source2); variable 1435 auto res2 = p2.Parse(source2); variable 1470 auto res2 = p2.Parse(source2); variable
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 28 let res2 = numObj2.toPrecision(4); variable
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 59 BoundsRange res2 = r2.Neg(); in TEST_F() local 77 BoundsRange res2 = r2.Abs(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_test.cpp | 226 JSHandle<EcmaString> res2(thread, reinterpret_cast<EcmaString *>(result2.GetRawData())); in HWTEST_F_L0() local 285 JSHandle<EcmaString> res2(thread, reinterpret_cast<EcmaString *>(result2.GetRawData())); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 383 bool res2 = CheckSecureMem(value2, 1000); variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 334 Local<JSValueRef> res2 = mapIterator2->GetKind(vm_); in HWTEST_F_L0() local 394 Local<JSValueRef> res2 = mapIterator2->GetKind(vm_); in HWTEST_F_L0() local 837 Local<JSValueRef> res2 = set->GetValue(vm_, 0); in HWTEST_F_L0() local 1067 Local<JSValueRef> res2 = set->GetValue(vm_, 1); in HWTEST_F_L0() local
|
| D | jsnapi_third_tests.cpp | 857 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local 1208 Local<JSValueRef> res2 = JSNApi::NapiGetProperty(vm_, reinterpret_cast<uintptr_t>(*object), in HWTEST_F_L0() local 1323 ecmascript::ModuleExecuteMode res2 = moduleManager->GetExecuteMode(); in HWTEST_F_L0() local
|
| D | jsnapi_sendable_tests.cpp | 528 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/regexp/ |
| D | regexp.js | 708 const res2 = /abc/i; constant
|