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

Function invoke_viiii

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

Source from the content-addressed store, hash-verified

5607}
5608
5609function invoke_viiii(index,a1,a2,a3,a4) {
5610 try {
5611 Module["dynCall_viiii"](index,a1,a2,a3,a4);
5612 } catch(e) {
5613 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5614 Module["setThrew"](1, 0);
5615 }
5616}
5617
5618function jsCall_viiii(index,a1,a2,a3,a4) {
5619 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…