(index,a1,a2,a3)
| 5594 | } |
| 5595 | |
| 5596 | function invoke_viii(index,a1,a2,a3) { |
| 5597 | try { |
| 5598 | Module["dynCall_viii"](index,a1,a2,a3); |
| 5599 | } catch(e) { |
| 5600 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5601 | Module["setThrew"](1, 0); |
| 5602 | } |
| 5603 | } |
| 5604 | |
| 5605 | function jsCall_viii(index,a1,a2,a3) { |
| 5606 | functionPointers[index](a1,a2,a3); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…