(idx)
| 25497 | heap_next = idx; |
| 25498 | } |
| 25499 | function takeObject(idx) { |
| 25500 | const ret = getObject(idx); |
| 25501 | dropObject(idx); |
| 25502 | return ret; |
| 25503 | } |
| 25504 | var WASM_VECTOR_LEN = 0; |
| 25505 | var cachedUint8Memory0 = null; |
| 25506 | function getUint8Memory0() { |
no test coverage detected
searching dependent graphs…