Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-uri.cc199 int escaped_length = 0; in Escape() local
208 escaped_length += 6; in Escape()
210 escaped_length++; in Escape()
212 escaped_length += 3; in Escape()
217 if (escaped_length > String::kMaxLength) break; // Provoke exception. in Escape()
222 if (escaped_length == length) return string; in Escape()
226 isolate, dest, isolate->factory()->NewRawOneByteString(escaped_length), in Escape()