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

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

Issue 2248693005: [Parser] Track ContainsDot for SMI values. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 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 pool type: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 178
179 --- 179 ---
180 snippet: " 180 snippet: "
181 return 2.0; 181 return 2.0;
182 " 182 "
183 frame size: 0 183 frame size: 0
184 parameter count: 1 184 parameter count: 1
185 bytecode array length: 4 185 bytecode array length: 4
186 bytecodes: [ 186 bytecodes: [
187 /* 30 E> */ B(StackCheck), 187 /* 30 E> */ B(StackCheck),
188 /* 34 S> */ B(LdaConstant), U8(0), 188 /* 34 S> */ B(LdaSmi), U8(2),
189 /* 46 S> */ B(Return), 189 /* 46 S> */ B(Return),
190 ] 190 ]
191 constant pool: [ 191 constant pool: [
192 2,
193 ] 192 ]
194 handlers: [ 193 handlers: [
195 ] 194 ]
196 195
OLDNEW
« no previous file with comments | « src/ast/ast-value-factory.cc ('k') | test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698