Home
last modified time | relevance | path

Searched refs:handleEcmaStrConcatU16NotComp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_test.cpp453 JSHandle<EcmaString> handleEcmaStrConcatU16NotComp(thread, in HWTEST_F_L0() local
455 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()
Decma_string_accessor_test.cpp247 JSHandle<EcmaString> handleEcmaStrConcatU16NotComp(thread, in HWTEST_F_L0() local
249 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()