| OLD | NEW |
| 1 CONSOLE ERROR: line 8: Uncaught Error | 1 CONSOLE ERROR: line 8: Uncaught Error |
| 2 Tests exception message contains stack with correct function name. | 2 Tests exception message contains stack with correct function name. |
| 3 | 3 |
| 4 function-name-in-console-message-stack.html:8 Uncaught Error | 4 function-name-in-con…essage-stack.html:8 Uncaught Error |
| 5 foo.displayName @ function-name-in-console-message-stack.html:8 | 5 foo.displayName @ function-name-in-con…essage-stack.html:8 |
| 6 bar.displayName @ function-name-in-console-message-stack.html:16 | 6 bar.displayName @ function-name-in-con…ssage-stack.html:16 |
| 7 baz.function.name @ function-name-in-console-message-stack.html:23 | 7 baz.function.name @ function-name-in-con…ssage-stack.html:23 |
| 8 setTimeout (async) | 8 setTimeout (async) |
| 9 (anonymous) @ VM:1 | 9 (anonymous) @ VM:1 |
| 10 | 10 |
| OLD | NEW |