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

Function invoke_viii

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

Source from the content-addressed store, hash-verified

5594}
5595
5596function invoke_viii(index,a1,a2,a3) {
5597 try {
5598 Module["dynCall_viii"](index,a1,a2,a3);
5599 } catch(e) {
5600 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5601 Module["setThrew"](1, 0);
5602 }
5603}
5604
5605function jsCall_viii(index,a1,a2,a3) {
5606 functionPointers[index](a1,a2,a3);

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…