Searched refs:handleEcmaStrConcatU16NotComp (Results 1 – 2 of 2) sorted by relevance
453 JSHandle<EcmaString> handleEcmaStrConcatU16NotComp(thread, in HWTEST_F_L0() local455 EXPECT_TRUE(handleEcmaStrConcatU16NotComp->IsUtf16()); in HWTEST_F_L0()457 EXPECT_EQ(handleEcmaStrConcatU16NotComp->At(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()460 …EXPECT_EQ(handleEcmaStrConcatU16NotComp->At(i + lengthEcmaStrFrontU16NotComp), arrayBackU16NotComp… in HWTEST_F_L0()462 …EXPECT_EQ(handleEcmaStrConcatU16NotComp->GetLength(), lengthEcmaStrFrontU16NotComp + lengthEcmaStr… in HWTEST_F_L0()
247 JSHandle<EcmaString> handleEcmaStrConcatU16NotComp(thread, in HWTEST_F_L0() local249 EXPECT_TRUE(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).IsUtf16()); in HWTEST_F_L0()251 … EXPECT_EQ(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).Get(i), arrayFrontU16NotComp[i]); in HWTEST_F_L0()254 … EXPECT_EQ(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).Get(i + lengthEcmaStrFrontU16NotComp), in HWTEST_F_L0()257 EXPECT_EQ(EcmaStringAccessor(handleEcmaStrConcatU16NotComp).GetLength(), in HWTEST_F_L0()