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

Unified Diff: test/message/tonumber-symbol.out

Issue 2555263002: [Interpreter] Add expression positions to BinaryOps. (Closed)
Patch Set: Move test file Created 4 years 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
« no previous file with comments | « test/message/tonumber-symbol.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/tonumber-symbol.out
diff --git a/test/message/tonumber-symbol.out b/test/message/tonumber-symbol.out
new file mode 100644
index 0000000000000000000000000000000000000000..c09c9a97ecdce3915898da8c27b6dd5c66c50388
--- /dev/null
+++ b/test/message/tonumber-symbol.out
@@ -0,0 +1,6 @@
+*%(basename)s:9: TypeError: Cannot convert a Symbol value to a number
+foo(Symbol() | 0);
+ ^
+TypeError: Cannot convert a Symbol value to a number
+ at *%(basename)s:9:14
+
« no previous file with comments | « test/message/tonumber-symbol.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698