| /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/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/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/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 325 …JSHandle<JSTaggedValue> res1 = moduleManager->HostResolveImportedModule(jsPandaFile.get(), baseFil… in HWTEST_F_L0() local 349 JSTaggedValue res1 = moduleManager->GetModuleValueInner(0, moduleRecord); in HWTEST_F_L0() local 381 JSTaggedValue res1 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local 401 int res1 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local 422 …JSHandle<JSTaggedValue> res1 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName1, base… in HWTEST_F_L0() local 431 JSHandle<JSTaggedValue> res1 = moduleManager->TryGetImportedModule(moduleName); in HWTEST_F_L0() local 608 CString res1 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 643 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; in HWTEST_F_L0() local 703 std::pair<bool, ModuleTypes> res1 = SourceTextModule::CheckNativeModule(requestName1); in HWTEST_F_L0() local 753 CString res1 = "moduleName"; in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| D | builtinsregexp.js | 54 var res1 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
| D | stringsplit.js | 34 let res1 = shortString.split(''); 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 | 130 auto res1 = parser1.Parse(expected); 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/runtime_core/assembler/tests/ |
| D | assembler_emitter_test.cpp | 854 auto res1 = p1.Parse(source1); variable 1175 auto res1 = p1.Parse(source1); variable 1398 auto res1 = p1.Parse(source1); variable 1432 auto res1 = p1.Parse(source1); variable 1467 auto res1 = p1.Parse(source1); variable
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 27 let res1 = numObj1.toString(); variable
|
| /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/ecmascript/tests/ |
| D | accessor_data_test.cpp | 177 …bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefProtot… in HWTEST_F_L0() local
|
| D | js_bigint_test.cpp | 817 JSHandle<BigInt> res1 = BigInt::SignedRightShift(thread, bigint1, shift1); in HWTEST_F_L0() local 873 JSHandle<BigInt> res1 = BigInt::LeftShift(thread, bigint1, shift1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_first_tests.cpp | 1179 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), propert… in HWTEST_F_L0() local 1261 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), proper… in HWTEST_F_L0() local 1324 …OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addStri… in HWTEST_F_L0() local 1636 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 1681 void *res1 = object->GetNativePointerField(vm_, 33); in HWTEST_F_L0() local 1704 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local 1723 void *res1 = vm_->GetLoop(); in HWTEST_F_L0() local 1894 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local 1945 Local<JSValueRef> res1 = object->Get(vm_, 12); in HWTEST_F_L0() local 1976 bool res1 = object->Has(vm_, num); in HWTEST_F_L0() local
|
| D | jsnapi_second_tests.cpp | 187 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 204 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 330 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 364 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 1065 Local<JSValueRef> res1 = set->GetValue(vm_, 0); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_number_test.cpp | 212 JSHandle<EcmaString> res1(thread, reinterpret_cast<EcmaString *>(result1.GetRawData())); in HWTEST_F_L0() local 271 JSHandle<EcmaString> res1(thread, reinterpret_cast<EcmaString *>(result1.GetRawData())); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 378 bool res1 = CheckSecureMem(value1, 0); // 0: size variable
|
| /arkcompiler/ets_runtime/test/moduletest/arraysort/ |
| D | arraysort.js | 236 var res1 = Array.prototype.sort.call("m", Uint8Array); variable
|
| /arkcompiler/ets_runtime/test/moduletest/regexp/ |
| D | regexp.js | 705 const res1 = /abc/g; constant
|