(index,a1,a2)
| 5581 | } |
| 5582 | |
| 5583 | function invoke_vii(index,a1,a2) { |
| 5584 | try { |
| 5585 | Module["dynCall_vii"](index,a1,a2); |
| 5586 | } catch(e) { |
| 5587 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5588 | Module["setThrew"](1, 0); |
| 5589 | } |
| 5590 | } |
| 5591 | |
| 5592 | function jsCall_vii(index,a1,a2) { |
| 5593 | functionPointers[index](a1,a2); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…