MCPcopy Index your code
hub / github.com/nodejs/node / overflowStack

Function overflowStack

lib/internal/errors.js:870–870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

868 if (maxStack_ErrorMessage === undefined) {
869 try {
870 function overflowStack() { overflowStack(); }
871 overflowStack();
872 } catch (err) {
873 maxStack_ErrorMessage = err.message;

Callers 1

isStackOverflowErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…