(index,a1,a2,a3,a4)
| 5607 | } |
| 5608 | |
| 5609 | function invoke_viiii(index,a1,a2,a3,a4) { |
| 5610 | try { |
| 5611 | Module["dynCall_viiii"](index,a1,a2,a3,a4); |
| 5612 | } catch(e) { |
| 5613 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5614 | Module["setThrew"](1, 0); |
| 5615 | } |
| 5616 | } |
| 5617 | |
| 5618 | function jsCall_viiii(index,a1,a2,a3,a4) { |
| 5619 | functionPointers[index](a1,a2,a3,a4); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…