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

Function invoke_vi

js/sql-debug.js:5570–5577  ·  view source on GitHub ↗
(index,a1)

Source from the content-addressed store, hash-verified

5568}
5569
5570function invoke_vi(index,a1) {
5571 try {
5572 Module["dynCall_vi"](index,a1);
5573 } catch(e) {
5574 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5575 Module["setThrew"](1, 0);
5576 }
5577}
5578
5579function jsCall_vi(index,a1) {
5580 functionPointers[index](a1);

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…