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

Function establishStackSpace

js/sql-debug.js:5777–5782  ·  view source on GitHub ↗
(stackBase, stackMax)

Source from the content-addressed store, hash-verified

5775 STACKTOP = top;
5776}
5777function establishStackSpace(stackBase, stackMax) {
5778 stackBase = stackBase|0;
5779 stackMax = stackMax|0;
5780 STACKTOP = stackBase;
5781 STACK_MAX = stackMax;
5782}
5783
5784function setThrew(threw, value) {
5785 threw = threw|0;

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…