| /arkcompiler/ets_runtime/test/moduletest/builtins/ |
| H A D | builtinsregexp.js | 57 var res2 = testStr.match(pattern); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | ecma_context_test.cpp | 53 JSHandle<JSTaggedValue> res2 = context->GetRegExpCache(); in HWTEST_F_L0() local
|
| H A D | js_proxy_test.cpp | 490 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 D | js_bigint_test.cpp | 824 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 D | stringreplace.js | 42 var res2 = lineString1.replace(re2, "X"); variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | expected_test.cpp | 107 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 D | expected_test.cpp | 109 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 D | stack_reference_check_test.cpp | 102 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 D | bounds_analysis_test.cpp | 59 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 D | jsnapi_sendable_tests.cpp | 528 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
|
| H A D | jsnapi_third_tests.cpp | 860 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 D | jsnapi_second_tests.cpp | 343 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 D | jsnapi_first_tests.cpp | 1967 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 D | file_test.cpp | 383 bool res2 = CheckSecureMem(value2, 1000); in HWTEST() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | assembler_emitter_test.cpp | 857 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 D | js_stackinfo_test.cpp | 324 auto res2 = parser2.Parse(pfdata2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 597 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...] |