Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_bytes

4782     int utf8_bytes = v8::Utf8Length(*str, str->GetIsolate());
4783 if (utf8_bytes <= capacity) {
4785 if (utf8_bytes == string_length) {
4788 if (write_null && (utf8_bytes+1 <= capacity)) {
4793 if (write_null && (utf8_bytes+1 > capacity)) {