MCPcopy
hub / github.com/jvilk/BrowserFS / demangleAll

Function demangleAll

test/tests/emscripten/readdir_empty.js:1156–1158  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1154}
1155
1156function demangleAll(text) {
1157 return text.replace(/__Z[\w\d_]+/g, function(x) { var y = demangle(x); return x === y ? x : (x + ' [' + y + ']') });
1158}
1159
1160function jsStackTrace() {
1161 var err = new Error();

Callers 1

stackTraceFunction · 0.70

Calls 1

demangleFunction · 0.70

Tested by

no test coverage detected