Home
last modified time | relevance | path

Searched defs:res2 (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsregexp.js57 var res2 = testStr.match(pattern); variable
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_context_test.cpp53 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
H A Djs_proxy_test.cpp490 JSHandle<TaggedArray> res2 = JSProxy::OwnPropertyKeys(thread, proxyHandle2); in HWTEST_F_L0() local
537 JSTaggedValue res2 = JSProxy::CallInternal(runtimeInfo); in HWTEST_F_L0() local
599 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0() local
H A Djs_bigint_test.cpp824 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2); in HWTEST_F_L0() local
881 JSHandle<BigInt> res2 = BigInt::LeftShift(thread, bigint1, shift2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
H A Dstringreplace.js42 var res2 = lineString1.replace(re2, "X"); variable
/arkcompiler/runtime_core/libpandabase/tests/
H A Dexpected_test.cpp107 auto res2 = helper(1); in TEST() local
120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp109 auto res2 = Helper(1U); in TEST() local
122 auto res2 = Helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dstack_reference_check_test.cpp102 bool res2 = env->GetObjectRefType(static_cast<ets_object>(ets_str2)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbounds_analysis_test.cpp59 BoundsRange res2 = r2.Neg(); in TEST_F() local
77 BoundsRange res2 = r2.Abs(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp528 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
H A Djsnapi_third_tests.cpp860 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
1235 Local<JSValueRef> res2 = JSNApi::NapiGetProperty(vm_, reinterpret_cast<uintptr_t>(*object), in HWTEST_F_L0() local
1350 ecmascript::ModuleExecuteMode res2 = moduleManager->GetExecuteMode(); in HWTEST_F_L0() local
H A Djsnapi_second_tests.cpp343 Local<JSValueRef> res2 = mapIterator2->GetKind(vm_); in HWTEST_F_L0() local
403 Local<JSValueRef> res2 = mapIterator2->GetKind(vm_); in HWTEST_F_L0() local
848 Local<JSValueRef> res2 = set->GetValue(vm_, 0); in HWTEST_F_L0() local
1078 Local<JSValueRef> res2 = set->GetValue(vm_, 1); in HWTEST_F_L0() local
H A Djsnapi_first_tests.cpp1967 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
2049 bool res2 = object->Delete(vm_, num); in HWTEST_F_L0() local
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_test.cpp383 bool res2 = CheckSecureMem(value2, 1000); in HWTEST() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_emitter_test.cpp857 auto res2 = p2.Parse(source2); in HWTEST_F() local
1178 auto res2 = p2.Parse(source2); in HWTEST_F() local
1401 auto res2 = p2.Parse(source2); in HWTEST_F() local
1435 auto res2 = p2.Parse(source2); in HWTEST_F() local
1470 auto res2 = p2.Parse(source2); in HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp324 auto res2 = parser2.Parse(pfdata2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp597 JSHandle<JSTaggedValue> res2 = moduleManager->HostResolveImportedModule(jsPandaFile.get(), baseFileName); in HWTEST_F_L0() local
622 JSTaggedValue res2 = moduleManager->GetModuleValueOutter(0, moduleRecord); in HWTEST_F_L0() local
658 JSTaggedValue res2 = moduleManager->GetModuleNamespaceInternal(localNameHandle.GetTaggedValue(), in HWTEST_F_L0() local
676 int res2 = moduleManager->GetExportObjectIndex(thread->GetEcmaVM(), module, key); in HWTEST_F_L0() local
688 JSHandle<JSTaggedValue> res2 = moduleManager->GetModuleNameSpaceFromFile(thread, recordName2, baseFileName); in HWTEST_F_L0() local
709 JSHandle<JSTaggedValue> res2 = moduleManager->TryGetImportedModule(moduleName); HWTEST_F_L0() local
881 CString res2 = "node_modules/0/moduleTest/index"; HWTEST_F_L0() local
928 CString res2 = "com.bundleName.test/moduleName1/ets/pages/index"; HWTEST_F_L0() local
1005 std::pair<bool, ModuleTypes> res2 = SourceTextModule::CheckNativeModule(requestName2); HWTEST_F_L0() local
1056 CString res2 = "moduleName"; HWTEST_F_L0() local
1092 bool res2 = ModulePathHelper::IsNativeModuleRequest(inputFileName); HWTEST_F_L0() local
1113 bool res2 = ModulePathHelper::IsImportFile(inputFileName); HWTEST_F_L0() local
1152 CString res2 = ""; HWTEST_F_L0() local
1165 CString res2 = ""; HWTEST_F_L0() local
1598 std::string res2 = arguments[1]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local
1613 std::string res2 = arguments[1]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local
1652 CString res2 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestName); HWTEST_F_L0() local
1890 bool res2 = module2->GetLoadingTypes() != LoadingTypes::DYNAMITC_MODULE; HWTEST_F_L0() local
1912 JSTaggedValue res2 = manager2->GetSendableModuleValueImpl( HWTEST_F_L0() local
2000 JSTaggedValue res2 = ModuleTools::ProcessModuleNameSpaceLoadInfo(thread, module1, module2); HWTEST_F_L0() local
2062 JSTaggedValue res2 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue(), 0); HWTEST_F_L0() local
2106 JSTaggedValue res2 = ModuleTools::ProcessModuleNameSpaceLoadInfo(thread, module1, module2); HWTEST_F_L0() local
2152 JSTaggedValue res2 = ModuleTools::ProcessModuleLoadInfo(thread, module1, nameBinding.GetTaggedValue(), 0); HWTEST_F_L0() local
2342 JSHandle<JSTaggedValue> res2 = HWTEST_F_L0() local
2383 JSHandle<JSTaggedValue> res2 = SourceTextModule::ResolveExportObject( HWTEST_F_L0() local
2414 JSHandle<JSTaggedValue> res2 = SourceTextModule::ResolveNativeStarExport(thread, module, val); HWTEST_F_L0() local
2794 JSHandle<JSTaggedValue> res2 = moduleManager->ExecuteNativeModuleMayThrowError( HWTEST_F_L0() local
3213 bool res2 = SourceTextModule::IsCircular(referenceList, moduleName); HWTEST_F_L0() local
[all...]

Completed in 25 milliseconds