Home
last modified time | relevance | path

Searched defs:res4 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-1.ts27 const res4 = (a > b) ? (1 << 2) : (b << 2); constant
/arkcompiler/ets_runtime/test/moduletest/stringreplaceall/
Dstringreplaceall.js37 let res4 = str1.replaceAll("o", "$&-$&"); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js44 var res4 = treeString1.replace(re2, "X"); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Djson-parser.js48 let res4 = JSON.parse(strData4); variable
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js40 let res4 = longString.split(''); variable
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
Djsonparser.js54 let res4 = JSON.parse(strData4); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dstack_reference_check_test.cpp104 bool res4 = env->GetObjectRefType(static_cast<ets_object>(ets_str4)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dstatic_module_loader_test.cpp103 bool res4 = StaticModuleLoader::CanTryLoadStaticModulePath(inputFileName); in HWTEST_F_L0() local
Decma_module_test.cpp1066 CString res4 = "moduleTest/index"; in HWTEST_F_L0() local
1123 CString res4 = "com.bundleName.test/entry/ets/mainAbility"; in HWTEST_F_L0() local
1267 bool res4 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local
1293 bool res4 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local
2702 …CString res4 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNa… in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp87 BoundsRange res4 = r4.Abs(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp839 JSHandle<BigInt> res4 = BigInt::SignedRightShift(thread, bigint1, shift3); in HWTEST_F_L0() local
893 JSHandle<BigInt> res4 = BigInt::LeftShift(thread, bigint1, shift3); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js736 const res4 = /abc/m; constant
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_number_test.cpp254 JSHandle<EcmaString> res4(thread, reinterpret_cast<EcmaString *>(result4.GetRawData())); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js721 let res4 = arr2.reduceRight(fun1, 1); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp306 int32_t res4 = mapIterator4->GetIndex(); in HWTEST_F_L0() local