Searched defs:unescaped_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Duri.h111 int unescaped_length = 0; local
114 for (int i = start_index; i < length; unescaped_length++) {
132 isolate->factory()->NewRawOneByteString(unescaped_length);
144 isolate->factory()->NewRawTwoByteString(unescaped_length);

Completed in 130 milliseconds