MCPcopy Create free account
hub / github.com/sql-js/sql.js / invoke_iiii

Function invoke_iiii

js/sql-debug.js:5518–5525  ·  view source on GitHub ↗
(index,a1,a2,a3)

Source from the content-addressed store, hash-verified

5516}
5517
5518function invoke_iiii(index,a1,a2,a3) {
5519 try {
5520 return Module["dynCall_iiii"](index,a1,a2,a3);
5521 } catch(e) {
5522 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5523 Module["setThrew"](1, 0);
5524 }
5525}
5526
5527function jsCall_iiii(index,a1,a2,a3) {
5528 return functionPointers[index](a1,a2,a3);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…