mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 20:06:58 +00:00

This reverts commit f8519e10b8
.
Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
before
|
|
|
|
*test*message*stack_overflow.js:31
|
|
function stackOverflow() {
|
|
^
|
|
RangeError: Maximum call stack size exceeded
|