Searched refs:escaped_length (Results 1 – 1 of 1) sorted by relevance
230 int escaped_length = 0; in Escape() local238 escaped_length += 6; in Escape()240 escaped_length++; in Escape()242 escaped_length += 3; in Escape()247 if (escaped_length > String::kMaxLength) break; // Provoke exception. in Escape()252 if (escaped_length == length) return string; in Escape()257 isolate->factory()->NewRawOneByteString(escaped_length), in Escape()