(index,a1)
| 5490 | } |
| 5491 | |
| 5492 | function invoke_ii(index,a1) { |
| 5493 | try { |
| 5494 | return Module["dynCall_ii"](index,a1); |
| 5495 | } catch(e) { |
| 5496 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5497 | Module["setThrew"](1, 0); |
| 5498 | } |
| 5499 | } |
| 5500 | |
| 5501 | function jsCall_ii(index,a1) { |
| 5502 | return functionPointers[index](a1); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…