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

Function invoke_ii

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

Source from the content-addressed store, hash-verified

5490}
5491
5492function invoke_ii(index,a1) {
5493 try {
5494 return Module["dynCall_ii"](index,a1);
5495 } catch(e) {
5496 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5497 Module["setThrew"](1, 0);
5498 }
5499}
5500
5501function jsCall_ii(index,a1) {
5502 return 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…