| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
| D | test-ts-ternary-operator-1.ts | 27 const res4 = (a > b) ? (1 << 2) : (b << 2); constant
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplaceall/ |
| D | stringreplaceall.js | 37 let res4 = str1.replaceAll("o", "$&-$&"); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
| D | stringreplace.js | 44 var res4 = treeString1.replace(re2, "X"); variable
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | json-parser.js | 48 let res4 = JSON.parse(strData4); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 40 let res4 = longString.split(''); variable
|
| /arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
| D | jsonparser.js | 54 let res4 = JSON.parse(strData4); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | stack_reference_check_test.cpp | 104 bool res4 = env->GetObjectRefType(static_cast<ets_object>(ets_str4)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | static_module_loader_test.cpp | 103 bool res4 = StaticModuleLoader::CanTryLoadStaticModulePath(inputFileName); in HWTEST_F_L0() local
|
| D | ecma_module_test.cpp | 1066 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/ |
| D | bounds_analysis_test.cpp | 87 BoundsRange res4 = r4.Abs(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 839 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/ |
| D | regexp.js | 736 const res4 = /abc/m; constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_test.cpp | 254 JSHandle<EcmaString> res4(thread, reinterpret_cast<EcmaString *>(result4.GetRawData())); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/moduletest/typearray/ |
| D | typearray.js | 721 let res4 = arr2.reduceRight(fun1, 1); variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 306 int32_t res4 = mapIterator4->GetIndex(); in HWTEST_F_L0() local
|