(count, firstElement)
| 749 | return [referenceConverter, pointerConverter, constPointerConverter]; |
| 750 | }); |
| 751 | } function heap32VectorToArray(count, firstElement) |
| 752 | { |
| 753 | const array = []; |
| 754 | |
| 755 | for (let i = 0; i < count; i++) { array.push(HEAP32[(firstElement >> 2) + i]); } |
| 756 | |
| 757 | return array; |
| 758 | } function runDestructors(destructors) |
| 759 | { |
| 760 | while (destructors.length) |
| 761 | { |
no test coverage detected