(e, t, n, r, i, o)
| 1228 | throw new RangeError("Trying to access beyond buffer length") |
| 1229 | } |
| 1230 | function I(e, t, n, r, i, o) { |
| 1231 | if (!u.isBuffer(e)) |
| 1232 | throw new TypeError('"buffer" argument must be a Buffer instance'); |
| 1233 | if (t > i || t < o) |
| 1234 | throw new RangeError('"value" argument is out of bounds'); |
| 1235 | if (n + r > e.length) |
| 1236 | throw new RangeError("Index out of range") |
| 1237 | } |
| 1238 | function R(e, t, n, r) { |
| 1239 | t < 0 && (t = 65535 + t + 1); |
| 1240 | for (var i = 0, o = Math.min(e.length - n, 2); i < o; ++i) |