(ptr, len)
| 25564 | var cachedTextDecoder = new lTextDecoder("utf-8", { ignoreBOM: true, fatal: true }); |
| 25565 | cachedTextDecoder.decode(); |
| 25566 | function getStringFromWasm0(ptr, len) { |
| 25567 | ptr = ptr >>> 0; |
| 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; |
no test coverage detected
searching dependent graphs…