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

Function invoke_iiiiii

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

Source from the content-addressed store, hash-verified

5542}
5543
5544function invoke_iiiiii(index,a1,a2,a3,a4,a5) {
5545 try {
5546 return Module["dynCall_iiiiii"](index,a1,a2,a3,a4,a5);
5547 } catch(e) {
5548 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5549 Module["setThrew"](1, 0);
5550 }
5551}
5552
5553function jsCall_iiiiii(index,a1,a2,a3,a4,a5) {
5554 return functionPointers[index](a1,a2,a3,a4,a5);

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…