(ptr, len)
| 20768 | var cachedTextDecoder = new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }); |
| 20769 | cachedTextDecoder.decode(); |
| 20770 | function getStringFromWasm0(ptr, len) { |
| 20771 | return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len)); |
| 20772 | } |
| 20773 | function _assertClass(instance, klass) { |
| 20774 | if (!(instance instanceof klass)) { |
| 20775 | throw new Error(`expected instance of ${klass.name}`); |
no test coverage detected