(s)
| 21519 | (o.INSPECT_MAX_BYTES = 50)) |
| 21520 | const w = 2147483647 |
| 21521 | function createBuffer(s) { |
| 21522 | if (s > w) throw new RangeError('The value "' + s + '" is invalid for option "size"') |
| 21523 | const o = new Uint8Array(s) |
| 21524 | return (Object.setPrototypeOf(o, Buffer.prototype), o) |
| 21525 | } |
| 21526 | function Buffer(s, o, i) { |
| 21527 | if ('number' == typeof s) { |
| 21528 | if ('string' == typeof o) |
no outgoing calls
no test coverage detected