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

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

Issue 1772423002: Don't do any special normalization if a boilerplate contains function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark osr-one/osr-two as skip on ignition/arm Created 4 years, 9 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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 --- 571 ---
572 snippet: " 572 snippet: "
573 var x = { 'a': 1, 'b': 2 }; 573 var x = { 'a': 1, 'b': 2 };
574 for (x['a'] of [1,2,3]) { return x['a']; } 574 for (x['a'] of [1,2,3]) { return x['a']; }
575 " 575 "
576 frame size: 15 576 frame size: 15
577 parameter count: 1 577 parameter count: 1
578 bytecode array length: 377 578 bytecode array length: 377
579 bytecodes: [ 579 bytecodes: [
580 B(StackCheck), 580 B(StackCheck),
581 B(CreateObjectLiteral), U8(0), U8(0), U8(9), 581 B(CreateObjectLiteral), U8(0), U8(0), U8(5),
582 B(Star), R(8), 582 B(Star), R(8),
583 B(Star), R(6), 583 B(Star), R(6),
584 B(LdaZero), 584 B(LdaZero),
585 B(Star), R(2), 585 B(Star), R(2),
586 B(LdaUndefined), 586 B(LdaUndefined),
587 B(Star), R(3), 587 B(Star), R(3),
588 B(Mov), R(context), R(10), 588 B(Mov), R(context), R(10),
589 B(Mov), R(context), R(11), 589 B(Mov), R(context), R(11),
590 B(CreateArrayLiteral), U8(1), U8(1), U8(3), 590 B(CreateArrayLiteral), U8(1), U8(1), U8(3),
591 B(Star), R(13), 591 B(Star), R(13),
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 kInstanceTypeDontCare, 756 kInstanceTypeDontCare,
757 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 757 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
758 kInstanceTypeDontCare, 758 kInstanceTypeDontCare,
759 ] 759 ]
760 handlers: [ 760 handlers: [
761 [18, 173, 179], 761 [18, 173, 179],
762 [21, 127, 129], 762 [21, 127, 129],
763 [271, 284, 286], 763 [271, 284, 286],
764 ] 764 ]
765 765
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698