MCPcopy Create free account
hub / github.com/nodejs/node / demangleAll

Function demangleAll

deps/v8/test/mjsunit/asm/embenchen/copy.js:1047–1049  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

1045}
1046
1047function demangleAll(text) {
1048 return text.replace(/__Z[\w\d_]+/g, function(x) { var y = demangle(x); return x === y ? x : (x + ' [' + y + ']') });
1049}
1050
1051function stackTrace() {
1052 var stack = new Error().stack;

Callers 1

stackTraceFunction · 0.70

Calls 1

demangleFunction · 0.70

Tested by

no test coverage detected