(index,a1,a2,a3)
| 5516 | } |
| 5517 | |
| 5518 | function invoke_iiii(index,a1,a2,a3) { |
| 5519 | try { |
| 5520 | return Module["dynCall_iiii"](index,a1,a2,a3); |
| 5521 | } catch(e) { |
| 5522 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5523 | Module["setThrew"](1, 0); |
| 5524 | } |
| 5525 | } |
| 5526 | |
| 5527 | function jsCall_iiii(index,a1,a2,a3) { |
| 5528 | return functionPointers[index](a1,a2,a3); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…