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

Function invoke_viiiiii

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

Source from the content-addressed store, hash-verified

5620}
5621
5622function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6) {
5623 try {
5624 Module["dynCall_viiiiii"](index,a1,a2,a3,a4,a5,a6);
5625 } catch(e) {
5626 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5627 Module["setThrew"](1, 0);
5628 }
5629}
5630
5631function jsCall_viiiiii(index,a1,a2,a3,a4,a5,a6) {
5632 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…