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

Unified Diff: test/message/console.out

Issue 2838143002: [d8] console methods must not throw. (Closed)
Patch Set: fix for non-intl build Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: test/message/console.out
diff --git a/test/message/console.out b/test/message/console.out
index b32e538941238ea027fd6cdc30e3ceeacc250d62..7813ccd0259b230f00e80afd36512491d6d1026e 100644
--- a/test/message/console.out
+++ b/test/message/console.out
@@ -6,3 +6,10 @@ log more
warn 2
debug
info
+*%(basename)s:25: Error: exception
+console.info({ toString: () => {throw new Error("exception");} })
+ ^
+Error: exception
+ at Object.toString (*%(basename)s:25:39)
+ at console.info (<anonymous>)
+ at *%(basename)s:25:9

Powered by Google App Engine
This is Rietveld 408576698