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

Function stackTrace

js/sql-debug.js:1085–1089  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1083}
1084
1085function stackTrace() {
1086 var js = jsStackTrace();
1087 if (Module['extraStackTrace']) js += '\n' + Module['extraStackTrace']();
1088 return demangleAll(js);
1089}
1090Module["stackTrace"] = stackTrace;
1091
1092

Callers 3

___assert_failFunction · 0.70
sql-debug.jsFile · 0.70
abortFunction · 0.70

Calls 2

jsStackTraceFunction · 0.70
demangleAllFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…