Home
last modified time | relevance | path

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

/external/v8/src/
Druntime.cc5402 int escaped_length = 0; in RUNTIME_FUNCTION() local
5411 escaped_length += 6; in RUNTIME_FUNCTION()
5413 escaped_length++; in RUNTIME_FUNCTION()
5415 escaped_length += 3; in RUNTIME_FUNCTION()
5419 if (escaped_length > String::kMaxLength) { in RUNTIME_FUNCTION()
5426 if (escaped_length == length) { in RUNTIME_FUNCTION()
5431 isolate->heap()->AllocateRawAsciiString(escaped_length); in RUNTIME_FUNCTION()