Home
last modified time | relevance | path

Searched defs:res2 (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Darray_native_test.cpp88 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
Dstack_reference_check_test.cpp102 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/
Dtest-ts-ternary-operator-1.ts21 const res2 = (a > b) ? ((a << 16)) : ((b << 16)); constant
/arkcompiler/ets_runtime/test/moduletest/stringreplaceall/
Dstringreplaceall.js29 let res2 = str1.replaceAll(/o/g, "o-o"); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp107 auto res2 = helper(1); in TEST() local
120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp109 auto res2 = Helper(1U); in TEST() local
122 auto res2 = Helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js57 var res2 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp327 …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/
Dstringsplit.js35 let res2 = shortString.split(''); variable
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
Djsonparser.js46 let res2 = JSON.parse(strData2); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js42 var res2 = lineString1.replace(re2, "X"); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_context_test.cpp53 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
Djs_proxy_test.cpp490 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
Djs_bigint_test.cpp824 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/
Dstring_add.ts153 let res2 = `string`; variable
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js132 let res2 = obj[key2] variable
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp857 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/
Dloadicbyname.js28 let res2 = numObj2.toPrecision(4); variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp59 BoundsRange res2 = r2.Neg(); in TEST_F() local
77 BoundsRange res2 = r2.Abs(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp226 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/
Dfile_test.cpp383 bool res2 = CheckSecureMem(value2, 1000); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp334 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
Djsnapi_third_tests.cpp857 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
Djsnapi_sendable_tests.cpp528 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js708 const res2 = /abc/i; constant

12