MCPcopy
hub / github.com/sql-js/sql.js / stackRestore

Function stackRestore

js/sql-debug.js:5773–5776  ·  view source on GitHub ↗
(top)

Source from the content-addressed store, hash-verified

5771 return STACKTOP|0;
5772}
5773function stackRestore(top) {
5774 top = top|0;
5775 STACKTOP = top;
5776}
5777function establishStackSpace(stackBase, stackMax) {
5778 stackBase = stackBase|0;
5779 stackMax = stackMax|0;

Callers 10

worker.sql.jsFile · 0.85
ccallFunction · 0.85
sql-debug.jsFile · 0.85
ccallFunction · 0.85
ccallFunction · 0.85
sql.jsFile · 0.85
ccallFunction · 0.85
ccallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…