(value, offset = 0)
| 630 | } |
| 631 | |
| 632 | function writeBigUInt64BE(value, offset = 0) { |
| 633 | return writeBigU_Int64BE(this, value, offset, 0n, 0xffffffffffffffffn); |
| 634 | } |
| 635 | |
| 636 | function writeBigInt64LE(value, offset = 0) { |
| 637 | return writeBigU_Int64LE( |
nothing calls this directly
no test coverage detected
searching dependent graphs…