(index,a1,a2,a3,a4,a5,a6)
| 5620 | } |
| 5621 | |
| 5622 | function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6) { |
| 5623 | try { |
| 5624 | Module["dynCall_viiiiii"](index,a1,a2,a3,a4,a5,a6); |
| 5625 | } catch(e) { |
| 5626 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5627 | Module["setThrew"](1, 0); |
| 5628 | } |
| 5629 | } |
| 5630 | |
| 5631 | function jsCall_viiiiii(index,a1,a2,a3,a4,a5,a6) { |
| 5632 | functionPointers[index](a1,a2,a3,a4,a5,a6); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…