Home
last modified time | relevance | path

Searched defs:res1 (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/arrayincludesindexof/
Darrayincludesindexof.js97 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/
Darray_native_test.cpp85 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
Dstack_reference_check_test.cpp101 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/
Dtest-ts-ternary-operator-1.ts18 const res1 = a < b ? (a < c ? a : c) : (b < c ? b : c); constant
/arkcompiler/ets_runtime/test/moduletest/stringreplaceall/
Dstringreplaceall.js25 let res1 = str1.replaceAll("o", "o-o"); variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dexpected_test.cpp108 auto res1 = Helper(0U); in TEST() local
121 auto res1 = Helper(0U).ValueOr(1U); in TEST() local
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp106 auto res1 = helper(0); in TEST() local
119 auto res1 = helper(0).ValueOr(1); in TEST() local
/arkcompiler/ets_runtime/test/moduletest/typedarraymap/
Dtypedarraymap.js16 let res1 = true; variable
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js54 var res1 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/test/moduletest/arraysortcase/
Darraysortcase.js24 let res1 = numberArray1.sort(); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js41 var res1 = lineString1.replace(re1, "X"); variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp133 auto res1 = parser1.Parse(expected); variable
/arkcompiler/ets_runtime/test/moduletest/stringsplit/
Dstringsplit.js34 let res1 = shortString.split(''); variable
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin_ut/
Dplugin_ut_variables_api.cpp197 std::string res1(g_impl->AstNodeDumpEtsSrcConst(context, varDeclInit)); in UpdateAst() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_emitter_test.cpp854 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/
Dstring_add.ts147 let res1 = `string`; variable
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js131 let res1 = obj[key1]; variable
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp681 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 …]
Dstatic_module_loader_test.cpp91 bool res1 = StaticModuleLoader::CanTryLoadStaticModulePath(inputFileName); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/modify_api/literals/
Dliterals_test.cpp213 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/
Dbounds_analysis_test.cpp54 BoundsRange res1 = r1.Neg(); in TEST_F() local
72 BoundsRange res1 = r1.Abs(); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js27 let res1 = numObj1.toString(); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp177 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1216 …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/
Dobject_call_method_by_name_void_test.cpp291 ani_double res1 = 0.0; in TEST_F() local
384 ani_int res1 = 0; in TEST_F() local

12