Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/function-name-in-console-message-stack-expected.txt

Issue 2170263002: [DevTools] Pass error object when reporting exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worklets! Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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-console-message-stack.html:8 Uncaught Error(…)
5 foo.displayName @ function-name-in-console-message-stack.html:8 5 foo.displayName @ function-name-in-console-message-stack.html:8
6 bar.displayName @ function-name-in-console-message-stack.html:16 6 bar.displayName @ function-name-in-console-message-stack.html:16
7 baz.function.name @ function-name-in-console-message-stack.html:23 7 baz.function.name @ function-name-in-console-message-stack.html:23
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698