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

Side by Side Diff: test/message/tonumber_symbol.js

Issue 2555263002: [Interpreter] Add expression positions to BinaryOps. (Closed)
Patch Set: Add message test 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 the V8 project authors. All rights reserved.
Michael Starzinger 2016/12/08 09:13:21 nit: Can we use a dash instead of an underscore in
rmcilroy 2016/12/08 09:46:13 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 //
6
7 function foo(arg) { }
8
9 foo(Symbol() | 0);
OLDNEW
« 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