Searched refs:new_string (Results 1 – 1 of 1) sorted by relevance
790 auto new_string = AllocStringObject(new_length, compressed, ctx, vm); in Concat() local791 if (UNLIKELY(new_string == nullptr)) { in Concat()795 ASSERT(new_string->hashcode_ == 0); in Concat()804 Span<uint8_t> sp(new_string->GetDataMUtf8(), new_length); in Concat()809 Span<uint16_t> sp(new_string->GetDataUtf16(), new_length); in Concat()830 return new_string; in Concat()