Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-uri.cc69 int unescaped_length = 0; in UnescapeSlow() local
73 for (int i = start_index; i < length; unescaped_length++) { in UnescapeSlow()
89 DCHECK(unescaped_length <= String::kMaxLength); in UnescapeSlow()
92 ->NewRawOneByteString(unescaped_length) in UnescapeSlow()
105 ->NewRawTwoByteString(unescaped_length) in UnescapeSlow()