| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| H A D | builtinsregexp.js | 54 var res1 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
| H A D | stringreplace.js | 41 var res1 = lineString1.replace(re1, "X"); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A 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/ |
| H A 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/bytecode_optimizer/tests/ |
| H A D | excluded_keys_test.cpp | 130 auto res1 = parser1.Parse(expected); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| H A D | stack_reference_check_test.cpp | 101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
|
| H A 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}; TEST_F() local 319 std::vector<ets_float> res1 = {buf, buf + length}; TEST_F() local 358 std::vector<ets_double> res1 = {buf, buf + length}; TEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | accessor_data_test.cpp | 177 bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefPrototypeHandle); in HWTEST_F_L0() local
|
| H A 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/runtime_core/static_core/compiler/tests/ |
| H A 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/napi/test/ |
| H A D | jsnapi_sendable_tests.cpp | 526 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local
|
| H A D | jsnapi_third_tests.cpp | 858 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local 1232 Local<JSValueRef> res1 = JSNApi::NapiGetProperty(vm_, reinterpret_cast<uintptr_t>(*object), in HWTEST_F_L0() local 1346 ecmascript::ModuleExecuteMode res1 = moduleManager->GetExecuteMode(); in HWTEST_F_L0() local
|
| H A D | jsnapi_second_tests.cpp | 196 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 213 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 339 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 373 Local<JSValueRef> res1 = mapIterator1->GetKind(vm_); in HWTEST_F_L0() local 1076 Local<JSValueRef> res1 = set->GetValue(vm_, 0); in HWTEST_F_L0() local [all...] |
| H A D | jsnapi_first_tests.cpp | 1203 OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), property1String); in HWTEST_F_L0() local 1285 OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(son1Handle), propertyString); in HWTEST_F_L0() local 1348 OperationResult res1 = JSObject::GetProperty(thread_, JSHandle<JSObject>::Cast(sonHandle), addString); in HWTEST_F_L0() local 1707 Local<NumberRef> res1 = NumberRef::New(vm_, input1); in HWTEST_F_L0() local 1752 void *res1 = object->GetNativePointerField(vm_, 33); in HWTEST_F_L0() local 1775 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); HWTEST_F_L0() local 1794 void *res1 = vm_->GetLoop(); HWTEST_F_L0() local 1965 Local<JSValueRef> res1 = map->GetKey(vm_, 0); HWTEST_F_L0() local 2016 Local<JSValueRef> res1 = object->Get(vm_, 12); HWTEST_F_L0() local 2047 bool res1 = object->Has(vm_, num); HWTEST_F_L0() local [all...] |
| H A D | ffi_workload.cpp | 6375 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | file_test.cpp | 378 bool res1 = CheckSecureMem(value1, 0); // 0: size in HWTEST() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_emitter_test.cpp | 854 auto res1 = p1.Parse(source1); in HWTEST_F() local 1175 auto res1 = p1.Parse(source1); in HWTEST_F() local 1398 auto res1 = p1.Parse(source1); in HWTEST_F() local 1432 auto res1 = p1.Parse(source1); in HWTEST_F() local 1467 auto res1 = p1.Parse(source1); in HWTEST_F() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/ |
| H A D | js_stackinfo_test.cpp | 323 auto res1 = parser1.Parse(pfdata1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 595 JSHandle<JSTaggedValue> res1 = moduleManager->HostResolveImportedModule(jsPandaFile.get(), baseFileName); in HWTEST_F_L0() local 619 JSTaggedValue res1 = moduleManager->GetModuleValueInner(0, moduleRecord); in HWTEST_F_L0() local 651 JSTaggedValue res1 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local 671 int res1 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local 692 JSHandle<JSTaggedValue> res1 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName1, baseFileName); in HWTEST_F_L0() local 701 JSHandle<JSTaggedValue> res1 = moduleManager->TryGetImportedModule(moduleName); HWTEST_F_L0() local 878 CString res1 = "node_modules/0/moduleTest/index"; HWTEST_F_L0() local 913 CString res1 = "com.bundleName.test/moduleName/ets/pages/index"; HWTEST_F_L0() local 1001 std::pair<bool, ModuleTypes> res1 = SourceTextModule::CheckNativeModule(requestName1); HWTEST_F_L0() local 1051 CString res1 = "moduleName"; HWTEST_F_L0() local 1064 CString res1 = "moduleName"; HWTEST_F_L0() local 1072 CString res1 = "hilog"; HWTEST_F_L0() local 1080 CString res1 = "ohos"; HWTEST_F_L0() local 1088 bool res1 = ModulePathHelper::IsNativeModuleRequest(inputFileName); HWTEST_F_L0() local 1107 bool res1 = ModulePathHelper::IsImportFile(inputFileName); HWTEST_F_L0() local 1147 CString res1 = "entry"; HWTEST_F_L0() local 1160 CString res1 = "/data/storage/el1/bundle/entry/ets/modules.abc"; HWTEST_F_L0() local 1597 std::string res1 = arguments[0]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local 1612 std::string res1 = arguments[0]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local 1881 bool res1 = module->GetLoadingTypes() != LoadingTypes::DYNAMITC_MODULE; HWTEST_F_L0() local 1900 JSTaggedValue res1 = manager1->GetSendableModuleValueImpl( HWTEST_F_L0() local 1923 JSTaggedValue res1 = manager1->GetLazySendableModuleValueImpl( HWTEST_F_L0() local 1997 JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedValue(), 0); HWTEST_F_L0() local 2059 JSTaggedValue res1 = ModuleTools::ProcessModuleNameSpaceLoadInfo(thread, module1, module2); HWTEST_F_L0() local 2103 JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue(), 0); HWTEST_F_L0() local 2146 JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, recordIndexBinding.GetTaggedValue(), 0); HWTEST_F_L0() local 2336 JSHandle<JSTaggedValue> res1 = HWTEST_F_L0() local 2360 JSHandle<JSTaggedValue> res1 = HWTEST_F_L0() local 2372 JSHandle<JSTaggedValue> res1 = SourceTextModule::ResolveExportObject( HWTEST_F_L0() local 2410 JSHandle<JSTaggedValue> res1 = SourceTextModule::ResolveNativeStarExport(thread, module, val); HWTEST_F_L0() local 3208 bool res1 = SourceTextModule::IsCircular(referenceList, moduleName); HWTEST_F_L0() local 3802 JSHandle<JSTaggedValue> res1 = SourceTextModule::ResolveNativeStarExport(thread, module, val); HWTEST_F_L0() local [all...] |