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

Function stackTrace

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

Source from the content-addressed store, hash-verified

1049}
1050
1051function stackTrace() {
1052 var stack = new Error().stack;
1053 return stack ? demangleAll(stack) : '(no stack trace available)'; // Stack trace is not available at least on IE10 and Safari 6.
1054}
1055
1056// Memory management
1057

Callers 2

copy.jsFile · 0.70
abortFunction · 0.70

Calls 1

demangleAllFunction · 0.70

Tested by

no test coverage detected