OLD | NEW |
1 CONSOLE ERROR: line 6: Uncaught RangeError: Maximum call stack size exceeded | 1 CONSOLE ERROR: line 6: Uncaught RangeError: Maximum call stack size exceeded |
2 Tests that when stack overflow exception happens when inspector is open the stac
k trace is correctly shown in console. | 2 Tests that when stack overflow exception happens when inspector is open the stac
k trace is correctly shown in console. |
3 | 3 |
4 console-stack-overflow.html:6 Uncaught RangeError: Maximum call stack size excee
ded | 4 console-stack-overflow.html:6 Uncaught RangeError: Maximum call stack size excee
ded |
5 at overflow (console-stack-overflow.html:6) | 5 at overflow (console-stack-overflow.html:6) |
6 at overflow (console-stack-overflow.html:8) | 6 at overflow (console-stack-overflow.html:8) |
7 at overflow (console-stack-overflow.html:8) | 7 at overflow (console-stack-overflow.html:8) |
8 at overflow (console-stack-overflow.html:8) | 8 at overflow (console-stack-overflow.html:8) |
9 at overflow (console-stack-overflow.html:8) | 9 at overflow (console-stack-overflow.html:8) |
10 at overflow (console-stack-overflow.html:8) | 10 at overflow (console-stack-overflow.html:8) |
11 at overflow (console-stack-overflow.html:8) | 11 at overflow (console-stack-overflow.html:8) |
12 at overflow (console-stack-overflow.html:8) | 12 at overflow (console-stack-overflow.html:8) |
13 at overflow (console-stack-overflow.html:8) | 13 at overflow (console-stack-overflow.html:8) |
14 at overflow (console-stack-overflow.html:8)overflow @ console-stack-overflow
.html:6overflow @ console-stack-overflow.html:8overflow @ console-stack-overflow
.html:8overflow @ console-stack-overflow.html:8overflow @ console-stack-overflow
.html:8overflow @ console-stack-overflow.html:8overflow @ console-stack-overflow
.html:8overflow @ console-stack-overflow.html:8overflow @ console-stack-overflow
.html:8overflow @ console-stack-overflow.html:8overflow @ console-stack-overflow
.html:8overflow @ console-st | 14 at overflow (console-stack-overflow.html:8) |
| 15 overflow @ console-stack-overflow.html:6 |
| 16 overflow @ console-stack-overflow.html:8 |
| 17 overflow @ console-stack-overflow.html:8 |
| 18 overflow @ console-stack-overflow.html:8 |
| 19 overflow @ console-stack-overflow.html:8 |
| 20 overflow @ console-stack-overflow.html:8 |
| 21 overflow @ console-stack-overflow.html:8 |
| 22 overflow @ console-stack-overflow.html:8 |
| 23 overflow @ console-stack-overflow.html:8 |
| 24 overflow @ console-stack-overflow.html:8 |
| 25 overflow @ console-stack-overflow.html:8 |
| 26 overflow |
15 | 27 |
OLD | NEW |