(e, t)
| 701 | return e |
| 702 | } |
| 703 | function d(e, t) { |
| 704 | var n = t.length < 0 ? 0 : 0 | h(t.length); |
| 705 | e = s(e, n); |
| 706 | for (var r = 0; r < n; r += 1) |
| 707 | e[r] = 255 & t[r]; |
| 708 | return e |
| 709 | } |
| 710 | function h(e) { |
| 711 | if (e >= a()) |
| 712 | throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + a().toString(16) + " bytes"); |