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

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

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
Index: test/message/tonumber-symbol.js
diff --git a/test/message/tonumber-symbol.js b/test/message/tonumber-symbol.js
new file mode 100644
index 0000000000000000000000000000000000000000..28a6d3cdeb3b7cee77dc98e302d749f547cabd3d
--- /dev/null
+++ b/test/message/tonumber-symbol.js
@@ -0,0 +1,9 @@
+// Copyright 2016 the V8 project authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+//
+
+function foo(arg) { }
+
+foo(Symbol() | 0);
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden ('k') | test/message/tonumber-symbol.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698