(ptr, len)
| 121 | cachedTextDecoder.decode(); |
| 122 | } |
| 123 | function getStringFromWasm0(ptr, len) { |
| 124 | ptr = ptr >>> 0; |
| 125 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 126 | } |
| 127 | function _assertClass(instance, klass) { |
| 128 | if (!(instance instanceof klass)) { |
| 129 | throw new Error(`expected instance of ${klass.name}`); |
no test coverage detected
searching dependent graphs…