(obj)
| 25568 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 25569 | } |
| 25570 | function addHeapObject(obj) { |
| 25571 | if (heap_next === heap.length) heap.push(heap.length + 1); |
| 25572 | const idx = heap_next; |
| 25573 | heap_next = heap[idx]; |
| 25574 | heap[idx] = obj; |
| 25575 | return idx; |
| 25576 | } |
| 25577 | var cachedUint32Memory0 = null; |
| 25578 | function getUint32Memory0() { |
| 25579 | if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) { |
no test coverage detected
searching dependent graphs…