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

Function invoke_iii

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

Source from the content-addressed store, hash-verified

5503}
5504
5505function invoke_iii(index,a1,a2) {
5506 try {
5507 return Module["dynCall_iii"](index,a1,a2);
5508 } catch(e) {
5509 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5510 Module["setThrew"](1, 0);
5511 }
5512}
5513
5514function jsCall_iii(index,a1,a2) {
5515 return 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…