(idx)
| 25488 | var heap = new Array(128).fill(void 0); |
| 25489 | heap.push(void 0, null, true, false); |
| 25490 | function getObject(idx) { |
| 25491 | return heap[idx]; |
| 25492 | } |
| 25493 | var heap_next = heap.length; |
| 25494 | function dropObject(idx) { |
| 25495 | if (idx < 132) return; |
no outgoing calls
no test coverage detected