Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_bytes

5276     int utf8_bytes = v8::Utf8Length(*str, str->GetIsolate());
5277 if (utf8_bytes <= capacity) {
5279 if (utf8_bytes == string_length) {
5282 if (write_null && (utf8_bytes+1 <= capacity)) {
5287 if (write_null && (utf8_bytes+1 > capacity)) {