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

Function invoke_iiiiiii

js/sql-debug.js:5557–5564  ·  view source on GitHub ↗
(index,a1,a2,a3,a4,a5,a6)

Source from the content-addressed store, hash-verified

5555}
5556
5557function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6) {
5558 try {
5559 return Module["dynCall_iiiiiii"](index,a1,a2,a3,a4,a5,a6);
5560 } catch(e) {
5561 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5562 Module["setThrew"](1, 0);
5563 }
5564}
5565
5566function jsCall_iiiiiii(index,a1,a2,a3,a4,a5,a6) {
5567 return functionPointers[index](a1,a2,a3,a4,a5,a6);

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…