Searched refs:escaped_length (Results 1 – 1 of 1) sorted by relevance
5402 int escaped_length = 0; in RUNTIME_FUNCTION() local5411 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()