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

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

Issue 1922523002: [Interpreter] Use FastCloneShallowObjectStub in CreateObjectLiteral bytecode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add todo Created 4 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 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 --- 568 ---
569 snippet: " 569 snippet: "
570 var x = { 'a': 1, 'b': 2 }; 570 var x = { 'a': 1, 'b': 2 };
571 for (x['a'] of [1,2,3]) { return x['a']; } 571 for (x['a'] of [1,2,3]) { return x['a']; }
572 " 572 "
573 frame size: 15 573 frame size: 15
574 parameter count: 1 574 parameter count: 1
575 bytecode array length: 379 575 bytecode array length: 379
576 bytecodes: [ 576 bytecodes: [
577 B(StackCheck), 577 B(StackCheck),
578 B(CreateObjectLiteral), U8(0), U8(0), U8(5), 578 B(CreateObjectLiteral), U8(0), U8(0), U8(1),
579 B(Star), R(8), 579 B(Star), R(8),
580 B(Star), R(6), 580 B(Star), R(6),
581 B(LdaUndefined), 581 B(LdaUndefined),
582 B(Star), R(3), 582 B(Star), R(3),
583 B(LdaZero), 583 B(LdaZero),
584 B(Star), R(2), 584 B(Star), R(2),
585 B(Mov), R(context), R(10), 585 B(Mov), R(context), R(10),
586 B(Mov), R(context), R(11), 586 B(Mov), R(context), R(11),
587 B(CreateArrayLiteral), U8(1), U8(1), U8(3), 587 B(CreateArrayLiteral), U8(1), U8(1), U8(3),
588 B(Star), R(13), 588 B(Star), R(13),
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 752 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
753 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 753 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
754 kInstanceTypeDontCare, 754 kInstanceTypeDontCare,
755 ] 755 ]
756 handlers: [ 756 handlers: [
757 [18, 174, 180], 757 [18, 174, 180],
758 [21, 127, 129], 758 [21, 127, 129],
759 [273, 286, 288], 759 [273, 286, 288],
760 ] 760 ]
761 761
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698