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

Function invoke_iiiii

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

Source from the content-addressed store, hash-verified

5529}
5530
5531function invoke_iiiii(index,a1,a2,a3,a4) {
5532 try {
5533 return Module["dynCall_iiiii"](index,a1,a2,a3,a4);
5534 } catch(e) {
5535 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5536 Module["setThrew"](1, 0);
5537 }
5538}
5539
5540function jsCall_iiiii(index,a1,a2,a3,a4) {
5541 return functionPointers[index](a1,a2,a3,a4);

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…