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

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

Issue 2445333002: Ensure slow properties for simple {__proto__:null} literals. (Closed)
Patch Set: fixing compilation issue Created 3 years, 7 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 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 var a = 1; return ++a; 10 var a = 1; return ++a;
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 snippet: " 254 snippet: "
255 var idx = 1; var a = [1, 2]; return a[idx++] = 2; 255 var idx = 1; var a = [1, 2]; return a[idx++] = 2;
256 " 256 "
257 frame size: 4 257 frame size: 4
258 parameter count: 1 258 parameter count: 1
259 bytecode array length: 29 259 bytecode array length: 29
260 bytecodes: [ 260 bytecodes: [
261 /* 30 E> */ B(StackCheck), 261 /* 30 E> */ B(StackCheck),
262 /* 44 S> */ B(LdaSmi), I8(1), 262 /* 44 S> */ B(LdaSmi), I8(1),
263 B(Star), R(0), 263 B(Star), R(0),
264 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(9), 264 /* 55 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(17),
265 B(Star), R(1), 265 B(Star), R(1),
266 /* 63 S> */ B(Ldar), R(0), 266 /* 63 S> */ B(Ldar), R(0),
267 B(ToNumber), R(3), U8(3), 267 B(ToNumber), R(3), U8(3),
268 B(Ldar), R(3), 268 B(Ldar), R(3),
269 B(Inc), U8(3), 269 B(Inc), U8(3),
270 B(Star), R(0), 270 B(Star), R(0),
271 B(LdaSmi), I8(2), 271 B(LdaSmi), I8(2),
272 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(4), 272 /* 79 E> */ B(StaKeyedPropertySloppy), R(1), R(3), U8(4),
273 /* 84 S> */ B(Return), 273 /* 84 S> */ B(Return),
274 ] 274 ]
275 constant pool: [ 275 constant pool: [
276 TUPLE2_TYPE, 276 TUPLE2_TYPE,
277 ] 277 ]
278 handlers: [ 278 handlers: [
279 ] 279 ]
280 280
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698