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

Function invoke_vii

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

Source from the content-addressed store, hash-verified

5581}
5582
5583function invoke_vii(index,a1,a2) {
5584 try {
5585 Module["dynCall_vii"](index,a1,a2);
5586 } catch(e) {
5587 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5588 Module["setThrew"](1, 0);
5589 }
5590}
5591
5592function jsCall_vii(index,a1,a2) {
5593 functionPointers[index](a1,a2);

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…