| /arkcompiler/ets_runtime/test/moduletest/arrayincludesindexof/ |
| D | arrayincludesindexof.js | 97 const res1 = arr.indexOf(x); constant 105 const res1 = arr.indexOf(undefined); constant 160 const res1 = arr.indexOf(x); constant 172 const res1 = arr.indexOf(NaN); constant 179 const res1 = arr.indexOf(NaN); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | array_native_test.cpp | 85 std::vector<ets_boolean> res1 = {buf, buf + length}; in TEST_F() local 124 std::vector<ets_byte> res1 = {buf, buf + length}; in TEST_F() local 163 std::vector<ets_char> res1 = {buf, buf + length}; in TEST_F() local 202 std::vector<ets_short> res1 = {buf, buf + length}; in TEST_F() local 241 std::vector<ets_int> res1 = {buf, buf + length}; in TEST_F() local 280 std::vector<ets_long> res1 = {buf, buf + length}; in TEST_F() local 319 std::vector<ets_float> res1 = {buf, buf + length}; in TEST_F() local 358 std::vector<ets_double> res1 = {buf, buf + length}; in TEST_F() local
|
| D | stack_reference_check_test.cpp | 101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/controlFlow/ |
| D | test-ts-ternary-operator-1.ts | 18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplaceall/ |
| D | stringreplaceall.js | 25 let res1 = str1.replaceAll("o", "o-o"); variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | expected_test.cpp | 108 auto res1 = Helper(0U); in TEST() local 121 auto res1 = Helper(0U).ValueOr(1U); in TEST() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | expected_test.cpp | 106 auto res1 = helper(0); in TEST() local 119 auto res1 = helper(0).ValueOr(1); in TEST() local
|
| /arkcompiler/ets_runtime/test/moduletest/typedarraymap/ |
| D | typedarraymap.js | 16 let res1 = true; variable
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 54 var res1 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysortcase/ |
| D | arraysortcase.js | 24 let res1 = numberArray1.sort(); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
| D | stringreplace.js | 41 var res1 = lineString1.replace(re1, "X"); variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | excluded_keys_test.cpp | 133 auto res1 = parser1.Parse(expected); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 34 let res1 = shortString.split(''); variable
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/ |
| D | plugin_ut_variables_api.cpp | 197 std::string res1(g_impl->AstNodeDumpEtsSrcConst(context, varDeclInit)); in UpdateAst() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 854 auto res1 = p1.Parse(source1); variable 1179 auto res1 = p1.Parse(source1); variable 1411 auto res1 = p1.Parse(source1); variable 1445 auto res1 = p1.Parse(source1); variable 1480 auto res1 = p1.Parse(source1); variable 1536 auto res1 = p1.Parse(source1); variable
|
| /arkcompiler/ets_runtime/test/aottest/string_add/ |
| D | string_add.ts | 147 let res1 = `string`; variable
|
| /arkcompiler/ets_runtime/test/moduletest/ecmastringtable/ |
| D | ecmastringtable.js | 131 let res1 = obj[key1]; variable
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 681 JSHandle<JSTaggedValue> res1 = in HWTEST_F_L0() local 707 JSTaggedValue res1 = ModuleValueAccessor::GetModuleValueInner(thread, 0, moduleRecord); in HWTEST_F_L0() local 738 JSTaggedValue res1 = MockDeprecatedModuleValueAccessor::GetModuleNamespaceInternal(thread, in HWTEST_F_L0() local 758 int res1 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local 778 …JSHandle<JSTaggedValue> res1 = ecmascript::NapiModuleLoader::GetModuleNameSpace(thread, recordName… in HWTEST_F_L0() local 787 JSHandle<JSTaggedValue> res1 = moduleManager->TryGetImportedModule(moduleName); in HWTEST_F_L0() local 1057 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 1092 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local 1218 CString res1 = "moduleName"; in HWTEST_F_L0() local 1231 CString res1 = "moduleName"; in HWTEST_F_L0() local [all …]
|
| D | static_module_loader_test.cpp | 91 bool res1 = StaticModuleLoader::CanTryLoadStaticModulePath(inputFileName); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/literals/ |
| D | literals_test.cpp | 213 AbckitLiteral *res1 = g_implM->createLiteralString(file, "asdf", strlen("asdf")); in TEST_F() local 234 AbckitLiteral *res1 = g_implM->createLiteralString(file, "asdf", strlen("asdf")); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | bounds_analysis_test.cpp | 54 BoundsRange res1 = r1.Neg(); in TEST_F() local 72 BoundsRange res1 = r1.Abs(); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 27 let res1 = numObj1.toString(); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | accessor_data_test.cpp | 177 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1216 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local 1298 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local 1361 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local 1729 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 1774 void *res1 = object->GetNativePointerField(vm_, 33); in HWTEST_F_L0() local 1797 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local 1816 void *res1 = vm_->GetLoop(); in HWTEST_F_L0() local 1987 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local 2038 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local 2069 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | object_call_method_by_name_void_test.cpp | 291 ani_double res1 = 0.0; in TEST_F() local 384 ani_int res1 = 0; in TEST_F() local
|