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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Generators.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: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 /* 11 E> */ B(Throw), 342 /* 11 E> */ B(Throw),
343 B(Ldar), R(closure), 343 B(Ldar), R(closure),
344 B(CreateBlockContext), U8(0), 344 B(CreateBlockContext), U8(0),
345 B(PushContext), R(1), 345 B(PushContext), R(1),
346 B(LdaTheHole), 346 B(LdaTheHole),
347 B(StaCurrentContextSlot), U8(4), 347 B(StaCurrentContextSlot), U8(4),
348 B(LdaZero), 348 B(LdaZero),
349 B(StaContextSlot), R(1), U8(9), U8(0), 349 B(StaContextSlot), R(1), U8(9), U8(0),
350 B(Mov), R(context), R(10), 350 B(Mov), R(context), R(10),
351 B(Mov), R(context), R(11), 351 B(Mov), R(context), R(11),
352 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(2), U8(9), 352 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(2), U8(17),
353 B(Star), R(12), 353 B(Star), R(12),
354 B(LdaNamedProperty), R(12), U8(2), U8(3), 354 B(LdaNamedProperty), R(12), U8(2), U8(3),
355 B(Star), R(13), 355 B(Star), R(13),
356 B(CallProperty0), R(13), R(12), U8(5), 356 B(CallProperty0), R(13), R(12), U8(5),
357 B(JumpIfJSReceiver), U8(7), 357 B(JumpIfJSReceiver), U8(7),
358 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 358 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
359 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 359 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
360 B(LdaSmi), I8(-2), 360 B(LdaSmi), I8(-2),
361 B(TestEqualStrictNoFeedback), R(3), 361 B(TestEqualStrictNoFeedback), R(3),
362 B(JumpIfTrue), U8(17), 362 B(JumpIfTrue), U8(17),
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 FIXED_ARRAY_TYPE, 618 FIXED_ARRAY_TYPE,
619 Smi [563], 619 Smi [563],
620 ] 620 ]
621 handlers: [ 621 handlers: [
622 [51, 675, 681], 622 [51, 675, 681],
623 [146, 437, 443], 623 [146, 437, 443],
624 [149, 393, 395], 624 [149, 393, 395],
625 [530, 546, 548], 625 [530, 546, 548],
626 ] 626 ]
627 627
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698