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

Function setThrew

js/sql-debug.js:5784–5791  ·  view source on GitHub ↗
(threw, value)

Source from the content-addressed store, hash-verified

5782}
5783
5784function setThrew(threw, value) {
5785 threw = threw|0;
5786 value = value|0;
5787 if ((__THREW__|0) == 0) {
5788 __THREW__ = threw;
5789 threwValue = value;
5790 }
5791}
5792
5793function setTempRet0(value) {
5794 value = value|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…