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

Function invoke_i

js/sql-debug.js:5479–5486  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

5477
5478
5479function invoke_i(index) {
5480 try {
5481 return Module["dynCall_i"](index);
5482 } catch(e) {
5483 if (typeof e !== 'number' && e !== 'longjmp') throw e;
5484 Module["setThrew"](1, 0);
5485 }
5486}
5487
5488function jsCall_i(index) {
5489 return functionPointers[index]();

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…