(index)
| 5477 | |
| 5478 | |
| 5479 | function invoke_i(index) { |
| 5480 | try { |
| 5481 | return Module["dynCall_i"](index); |
| 5482 | } catch(e) { |
| 5483 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5484 | Module["setThrew"](1, 0); |
| 5485 | } |
| 5486 | } |
| 5487 | |
| 5488 | function jsCall_i(index) { |
| 5489 | return functionPointers[index](); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…