(index,a1,a2)
| 5503 | } |
| 5504 | |
| 5505 | function invoke_iii(index,a1,a2) { |
| 5506 | try { |
| 5507 | return Module["dynCall_iii"](index,a1,a2); |
| 5508 | } catch(e) { |
| 5509 | if (typeof e !== 'number' && e !== 'longjmp') throw e; |
| 5510 | Module["setThrew"](1, 0); |
| 5511 | } |
| 5512 | } |
| 5513 | |
| 5514 | function jsCall_iii(index,a1,a2) { |
| 5515 | return functionPointers[index](a1,a2); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…