Searched refs:length2 (Results 1 – 1 of 1) sorted by relevance
84 int32_t length2 = string2->GetLength(); in AllocFromStrings() local86 SetStringCountVisitor visitor(length + length2); in AllocFromStrings()87 String* new_string = Alloc<true>(self, length + length2, allocator_type, visitor); in AllocFromStrings()93 memcpy(new_value + length, string2->GetValue(), length2 * sizeof(uint16_t)); in AllocFromStrings()