(index,a1)
| 5568 | } |
| 5569 | |
| 5570 | function invoke_vi(index,a1) { |
| 5571 | try { |
| 5572 | Module["dynCall_vi"](index,a1); |
| 5573 | } catch(e) { |
| 5574 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5575 | Module["setThrew"](1, 0); |
| 5576 | } |
| 5577 | } |
| 5578 | |
| 5579 | function jsCall_vi(index,a1) { |
| 5580 | functionPointers[index](a1); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…