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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden

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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 B(Star), R(0), 88 B(Star), R(0),
89 B(LdaTheHole), 89 B(LdaTheHole),
90 B(Star), R(1), 90 B(Star), R(1),
91 /* 10 E> */ B(StackCheck), 91 /* 10 E> */ B(StackCheck),
92 B(Mov), R(arg0), R(1), 92 B(Mov), R(arg0), R(1),
93 /* 29 S> */ B(LdaZero), 93 /* 29 S> */ B(LdaZero),
94 /* 44 E> */ B(LdaKeyedProperty), R(0), U8(2), 94 /* 44 E> */ B(LdaKeyedProperty), R(0), U8(2),
95 B(Star), R(3), 95 B(Star), R(3),
96 B(LdaZero), 96 B(LdaZero),
97 /* 59 E> */ B(LdaKeyedProperty), R(2), U8(4), 97 /* 59 E> */ B(LdaKeyedProperty), R(2), U8(4),
98 B(Add), R(3), U8(6), 98 /* 48 E> */ B(Add), R(3), U8(6),
99 /* 64 S> */ B(Return), 99 /* 64 S> */ B(Return),
100 ] 100 ]
101 constant pool: [ 101 constant pool: [
102 ] 102 ]
103 handlers: [ 103 handlers: [
104 ] 104 ]
105 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698