Searched refs:escaped_length (Results 1 – 1 of 1) sorted by relevance
425 int escaped_length = 0; in EscapePrivate() local434 escaped_length += 6; in EscapePrivate()436 escaped_length++; in EscapePrivate()438 escaped_length += 3; in EscapePrivate()443 if (escaped_length > String::kMaxLength) break; // Provoke exception. in EscapePrivate()448 if (escaped_length == length) return string; in EscapePrivate()452 isolate, dest, isolate->factory()->NewRawOneByteString(escaped_length), in EscapePrivate()