(index,a1,a2,a3,a4)
| 5529 | } |
| 5530 | |
| 5531 | function invoke_iiiii(index,a1,a2,a3,a4) { |
| 5532 | try { |
| 5533 | return Module["dynCall_iiiii"](index,a1,a2,a3,a4); |
| 5534 | } catch(e) { |
| 5535 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5536 | Module["setThrew"](1, 0); |
| 5537 | } |
| 5538 | } |
| 5539 | |
| 5540 | function jsCall_iiiii(index,a1,a2,a3,a4) { |
| 5541 | return functionPointers[index](a1,a2,a3,a4); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…