(e, t, n)
| 1222 | return i |
| 1223 | } |
| 1224 | function L(e, t, n) { |
| 1225 | if (e % 1 != 0 || e < 0) |
| 1226 | throw new RangeError("offset is not uint"); |
| 1227 | if (e + t > n) |
| 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'); |