Home
last modified time | relevance | path

Searched refs:strLeft (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp40 EcmaString *strLeft = *left; in Concat() local
42 uint32_t leftLength = strLeft->GetLength(); in Concat()
53 return strLeft; in Concat()
56 bool compressed = (strLeft->IsUtf8() && strRight->IsUtf8()); in Concat()
58 ASSERT(strLeft->IsLineOrConstantString()); in Concat()
62 strLeft = *left; in Concat()
67 Span<const uint8_t> srcLeft(strLeft->GetDataUtf8(), leftLength); in Concat()
76 if (strLeft->IsUtf8()) { in Concat()
77 EcmaString::CopyChars(sp.data(), strLeft->GetDataUtf8(), leftLength); in Concat()
79 Span<const uint16_t> srcLeft(strLeft in Concat()
[all...]

Completed in 3 milliseconds