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