Home
last modified time | relevance | path

Searched refs:escaped_length (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Duri.cc429 int escaped_length = 0; in EscapePrivate() local
438 escaped_length += 6; in EscapePrivate()
440 escaped_length++; in EscapePrivate()
442 escaped_length += 3; in EscapePrivate()
447 if (escaped_length > String::kMaxLength) break; // Provoke exception. in EscapePrivate()
452 if (escaped_length == length) return string; in EscapePrivate()
456 isolate, dest, isolate->factory()->NewRawOneByteString(escaped_length), in EscapePrivate()