(ptr, len)
| 114 | cachedTextDecoder.decode(); |
| 115 | |
| 116 | function getStringFromWasm0(ptr, len) { |
| 117 | ptr = ptr >>> 0; |
| 118 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 119 | } |
| 120 | |
| 121 | function addHeapObject(obj) { |
| 122 | if (heap_next === heap.length) heap.push(heap.length + 1); |
no test coverage detected