mirror of https://github.com/nodejs/node.git
17 lines
740 B
Plaintext
17 lines
740 B
Plaintext
before
|
|
|
|
*test*message*stack_overflow.js:31
|
|
function stackOverflow() {
|
|
^
|
|
RangeError: Maximum call stack size exceeded
|
|
at stackOverflow (*test/message/stack_overflow.js:31:23)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|
|
at stackOverflow (*test/message/stack_overflow.js:32:3)
|