(e, t, n)
| 1217 | return i |
| 1218 | } |
| 1219 | function M(e, t, n) { |
| 1220 | for (var r = e.slice(t, n), i = "", o = 0; o < r.length; o += 2) |
| 1221 | i += String.fromCharCode(r[o] + 256 * r[o + 1]); |
| 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"); |