Home
last modified time | relevance | path

Searched defs:res1 (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsregexp.js54 var res1 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js41 var res1 = lineString1.replace(re1, "X"); variable
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp106 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 Dexpected_test.cpp108 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 Dexcluded_keys_test.cpp130 auto res1 = parser1.Parse(expected); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dstack_reference_check_test.cpp101 bool res1 = env->GetObjectRefType(static_cast<ets_object>(ets_str1)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
H A 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}; 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 Daccessor_data_test.cpp177 bool res1 = accObject1->CallInternalSet(thread, JSHandle<JSObject>::Cast(funcTagVal1), undefPrototypeHandle); in HWTEST_F_L0() local
H A Djs_bigint_test.cpp817 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 Dbounds_analysis_test.cpp54 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 Djsnapi_sendable_tests.cpp526 Local<JSValueRef> res1 = map->GetKey(vm_, 0); in HWTEST_F_L0() local
H A Djsnapi_third_tests.cpp858 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 Djsnapi_second_tests.cpp196 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 Djsnapi_first_tests.cpp1203 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 Dffi_workload.cpp6375 Local<JSValueRef> res1 = res->GetFunctionPrototype(vm_); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp378 bool res1 = CheckSecureMem(value1, 0); // 0: size in HWTEST() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_emitter_test.cpp854 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 Djs_stackinfo_test.cpp323 auto res1 = parser1.Parse(pfdata1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp595 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...]

Completed in 38 milliseconds