Home
last modified time | relevance | path

Searched defs:res5 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/
Dtest-ts-ternary-operator-1.ts30 const res5 = (a > b) ? ((a << 16) | b) : ((b << 16) | a); constant
/arkcompiler/ets_runtime/test/moduletest/stringreplaceall/
Dstringreplaceall.js41 let res5 = str1.replaceAll("o", String); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js45 var res5 = slicedString.replace(re1, "X"); variable
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Djson-parser.js59 let res5 = JSON.parse(strData5); variable
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js44 let res5 = shortTwoBytesString.split(''); variable
/arkcompiler/ets_runtime/test/moduletest/jsonparser/
Djsonparser.js65 let res5 = JSON.parse(strData5); variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dstatic_module_loader_test.cpp107 bool res5 = StaticModuleLoader::CanTryLoadStaticModulePath(inputFileName); in HWTEST_F_L0() local
Decma_module_test.cpp1069 CString res5 = "node_modules/moduleTest/index"; in HWTEST_F_L0() local
1131 CString res5 = "com.bundleName.test/moduleName/ets/mainAbility"; in HWTEST_F_L0() local
1299 bool res5 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local
2708 …CString res5 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNa… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp851 JSHandle<BigInt> res5 = BigInt::SignedRightShift(thread, bigint2, shift1); in HWTEST_F_L0() local
904 JSHandle<BigInt> res5 = BigInt::LeftShift(thread, bigint2, shift1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js739 const res5 = /abc/s; constant
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js724 let res5 = arr1.reduceRight(fun1); variable