Searched refs:testEcmaString (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_test.cpp | 1685 …JSHandle<EcmaString> testEcmaString(thread, ConvertUtf8ToLowerOrUpper(instance, testStrFlat, true)… in HWTEST_F_L0() local 1686 … EXPECT_TRUE(JSTaggedValue::SameValue(lowerStr.GetTaggedValue(), testEcmaString.GetTaggedValue())); in HWTEST_F_L0() 1687 EXPECT_EQ(lowerStr->GetLength(), testEcmaString->GetLength()); in HWTEST_F_L0() 1688 EXPECT_TRUE(testEcmaString->IsUtf8()); in HWTEST_F_L0() 1689 EXPECT_FALSE(testEcmaString->IsUtf16()); in HWTEST_F_L0() 1694 …JSHandle<EcmaString> testEcmaString(thread, ConvertUtf8ToLowerOrUpper(instance, testStrFlat, false… in HWTEST_F_L0() local 1695 … EXPECT_TRUE(JSTaggedValue::SameValue(upperStr.GetTaggedValue(), testEcmaString.GetTaggedValue())); in HWTEST_F_L0() 1696 EXPECT_EQ(upperStr->GetLength(), testEcmaString->GetLength()); in HWTEST_F_L0() 1697 EXPECT_TRUE(testEcmaString->IsUtf8()); in HWTEST_F_L0() 1698 EXPECT_FALSE(testEcmaString->IsUtf16()); in HWTEST_F_L0() [all …]
|