/arkcompiler/ets_runtime/test/moduletest/stringsplit/ |
H A D | stringsplit.js | 39 let res3 = longString.split(''); 41 print(res3.length) 42 print(res3.length == res4.length); 43 print(res3[0] == res4[0]);
|
/arkcompiler/ets_runtime/test/moduletest/builtins/ |
H A D | builtinsregexp.js | 60 var res3 = testStr.match(pattern); variable 61 print(res3[0]);
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | expected_test.cpp | 108 auto res3 = helper(2); in TEST() local 111 EXPECT_FALSE(res3); in TEST() 114 EXPECT_EQ(res3.Error(), ErrorCode::Second); in TEST()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | expected_test.cpp | 110 auto res3 = Helper(2U); in TEST() local 113 EXPECT_FALSE(res3); in TEST() 116 EXPECT_EQ(res3.Error(), ErrorCode::SECOND); in TEST()
|
/arkcompiler/ets_runtime/test/moduletest/stringreplace/ |
H A D | stringreplace.js | 43 var res3 = treeString1.replace(re1, "X"); variable 50 print(res3)
|
/arkcompiler/ets_runtime/test/moduletest/jsonparser/ |
H A D | jsonparser.js | 50 let res3 = JSON.parse(strData3); 51 print(res3);
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
H A D | stack_reference_check_test.cpp | 103 bool res3 = env->GetObjectRefType(static_cast<ets_object>(ets_str3)) == ETS_LOCAL_REF_TYPE; in MultiStrCheck() local 105 return (res1 && res2 && res3 && res4) ? ETS_TRUE : ETS_FALSE; in MultiStrCheck()
|
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
H A D | loadicbyname.js | 29 let res3 = numObj3.valueOf();
|
/arkcompiler/ets_runtime/test/moduletest/typearray/ |
H A D | typearray.js | 571 let res3 = arr1.reduceRight(fun1, 1); 572 print(res3); 599 res3 = arr1.reduce(fun1, 1); 600 print(res3);
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | file_test.cpp | 388 bool res3 = CheckSecureMem(value3, static_cast<size_t>(243423423523)); in HWTEST() local 389 EXPECT_TRUE(res3); in HWTEST()
|
/arkcompiler/ets_runtime/test/moduletest/regexp/ |
H A D | regexp.js | 711 const res3 = /abc/y; 712 res3.lastIndex = -1; 713 print(res3.flags);
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
H A D | ecma_module_test.cpp | 884 CString res3 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local 901 EXPECT_EQ(res3, normalName3); in HWTEST_F_L0() 936 CString res3 = "com.bundleName.test1/moduleName1/ets/pages/index"; in HWTEST_F_L0() local 938 EXPECT_EQ(entryPoint, res3); in HWTEST_F_L0() 1009 std::pair<bool, ModuleTypes> res3 = SourceTextModule::CheckNativeModule(requestName3); in HWTEST_F_L0() local 1010 EXPECT_EQ(res3.first, true); in HWTEST_F_L0() 1011 EXPECT_EQ(res3.second, ModuleTypes::APP_MODULE); in HWTEST_F_L0() 1096 bool res3 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local 1097 EXPECT_TRUE(res3); in HWTEST_F_L0() 1120 bool res3 in HWTEST_F_L0() local 1170 CString res3 = "/data/storage/el1/bundle/entry1/ets/modules.abc"; HWTEST_F_L0() local 1599 std::string res3 = arguments[2]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local 1614 std::string res3 = arguments[2]->ToString(thread->GetEcmaVM())->ToString(thread->GetEcmaVM()); HWTEST_F_L0() local 1660 CString res3 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestName); HWTEST_F_L0() local 2005 JSTaggedValue res3 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedValue(), 0); HWTEST_F_L0() local 2390 JSHandle<JSTaggedValue> res3 = SourceTextModule::ResolveExportObject( HWTEST_F_L0() local 3216 bool res3 = SourceTextModule::IsCircular(referenceList, "c"); HWTEST_F_L0() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | bounds_analysis_test.cpp | 64 BoundsRange res3 = r3.Neg(); in TEST_F() local 65 EXPECT_EQ(res3.GetLeft(), 1U); in TEST_F() 66 EXPECT_EQ(res3.GetRight(), 5U); in TEST_F() 82 BoundsRange res3 = r3.Abs(); in TEST_F() local 83 EXPECT_EQ(res3.GetLeft(), 0U); in TEST_F() 84 EXPECT_EQ(res3.GetRight(), 5U); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_number_test.cpp | 240 JSHandle<EcmaString> res3(thread, reinterpret_cast<EcmaString *>(result3.GetRawData())); in HWTEST_F_L0() 242 ASSERT_TRUE(EcmaStringAccessor::StringsAreEqual(*res3, *correctResult3)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_bigint_test.cpp | 827 JSHandle<BigInt> res3 = BigInt::SignedRightShift(thread, shift2, bigint1); in HWTEST_F_L0() local 828 EXPECT_TRUE(BigInt::Equal(res3.GetTaggedValue(), shift2.GetTaggedValue())); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 2051 bool res3 = object->Has(vm_, num); in HWTEST_F_L0() local 2052 ASSERT_FALSE(res3); in HWTEST_F_L0()
|
H A D | jsnapi_sample.cpp | 261 std::string res3(buffer3, buffer3 + sizeof(buffer3) / sizeof(char16_t)); in HWTEST_F_L0() 262 GTEST_LOG_(INFO) << "sample_primitive_StringRef_char16tObject : " << res3; in HWTEST_F_L0()
|