(index,a1,a2,a3,a4,a5,a6)
| 5555 | } |
| 5556 | |
| 5557 | function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6) { |
| 5558 | try { |
| 5559 | return Module["dynCall_iiiiiii"](index,a1,a2,a3,a4,a5,a6); |
| 5560 | } catch(e) { |
| 5561 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5562 | Module["setThrew"](1, 0); |
| 5563 | } |
| 5564 | } |
| 5565 | |
| 5566 | function jsCall_iiiiiii(index,a1,a2,a3,a4,a5,a6) { |
| 5567 | return functionPointers[index](a1,a2,a3,a4,a5,a6); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…