(view, offset)
| 4324 | } |
| 4325 | |
| 4326 | function getBigUint64(view, offset) { |
| 4327 | return Number(view.getBigUint64(offset, true)); |
| 4328 | } |
| 4329 | |
| 4330 | function setUint32$1(view, offset, value) { |
| 4331 | view.setUint32(offset, value, true); |
no outgoing calls
no test coverage detected
searching dependent graphs…