MCPcopy
hub / github.com/plasma-umass/browsix / stackTrace

Function stackTrace

src/ld.js:1488–1492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1486}
1487
1488function stackTrace() {
1489 var js = jsStackTrace();
1490 if (Module['extraStackTrace']) js += '\n' + Module['extraStackTrace']();
1491 return demangleAll(js);
1492}
1493Module["stackTrace"] = stackTrace;
1494
1495// Memory management

Callers 2

ld.jsFile · 0.70
abortFunction · 0.70

Calls 2

jsStackTraceFunction · 0.70
demangleAllFunction · 0.70

Tested by

no test coverage detected