(index,a1,a2,a3,a4,a5)
| 5542 | } |
| 5543 | |
| 5544 | function invoke_iiiiii(index,a1,a2,a3,a4,a5) { |
| 5545 | try { |
| 5546 | return Module["dynCall_iiiiii"](index,a1,a2,a3,a4,a5); |
| 5547 | } catch(e) { |
| 5548 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5549 | Module["setThrew"](1, 0); |
| 5550 | } |
| 5551 | } |
| 5552 | |
| 5553 | function jsCall_iiiiii(index,a1,a2,a3,a4,a5) { |
| 5554 | return functionPointers[index](a1,a2,a3,a4,a5); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…