Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 398 Bytes

corrupt-error-stack.md

File metadata and controls

6 lines (6 loc) · 398 Bytes

The instances of Error have a stack property that provides a string representation of the call stack at the moment that the error was created. After being instrumented by Aran, different line numbers or additional call frames may be observed. Note that format of stack is not part of the ECMAScript specification and is not guaranteed to be stable across different JavaScript engines anyway.