Lines Matching refs:stack
90 // API for node internals to override error stack formatting
527 // the stack frames due to the `captureStackTrace()` function that is called
578 // lose the stack frames due to the `captureStackTrace()` function that
656 // lose the stack frames due to the `captureStackTrace()` function that
701 // the stack frames due to the `captureStackTrace()` function that is called
729 * values indicating max call stack size has been exceeded.
730 * "Maximum call stack size exceeded" in V8.
760 // Used to enhance the stack that will be picked up by the inspector
768 return error.stack;
772 // Set the error.stack here so it gets picked up by the
774 error.stack = error[kEnhanceStackBeforeInspector]();
778 return error.stack;
781 const originalStack = error.stack;
827 // Hide stack lines before the first user code line.
1209 'Please open an issue with this stack trace at ' +