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

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

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: rebased Created 4 years 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 module: yes 7 module: yes
8 top level: yes 8 top level: yes
9 9
10 --- 10 ---
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 596 ]
597 handlers: [ 597 handlers: [
598 ] 598 ]
599 599
600 --- 600 ---
601 snippet: " 601 snippet: "
602 export default (class {}); 602 export default (class {});
603 " 603 "
604 frame size: 8 604 frame size: 8
605 parameter count: 2 605 parameter count: 2
606 bytecode array length: 170 606 bytecode array length: 175
607 bytecodes: [ 607 bytecodes: [
608 B(Ldar), R(new_target), 608 B(Ldar), R(new_target),
609 B(JumpIfUndefined), U8(21), 609 B(JumpIfUndefined), U8(21),
610 B(ResumeGenerator), R(new_target), 610 B(ResumeGenerator), R(new_target),
611 B(Star), R(1), 611 B(Star), R(1),
612 B(LdaZero), 612 B(LdaZero),
613 B(TestEqualStrict), R(1), U8(0), 613 B(TestEqualStrict), R(1), U8(0),
614 B(JumpIfTrue), U8(67), 614 B(JumpIfTrue), U8(67),
615 B(LdaSmi), U8(77), 615 B(LdaSmi), U8(77),
616 B(Star), R(2), 616 B(Star), R(2),
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 B(CreateClosure), U8(1), U8(0), 665 B(CreateClosure), U8(1), U8(0),
666 B(Star), R(3), 666 B(Star), R(3),
667 B(LdaSmi), U8(16), 667 B(LdaSmi), U8(16),
668 B(Star), R(4), 668 B(Star), R(4),
669 B(LdaSmi), U8(24), 669 B(LdaSmi), U8(24),
670 B(Star), R(5), 670 B(Star), R(5),
671 B(CallRuntime), U16(Runtime::kDefineClass), R(2), U8(4), 671 B(CallRuntime), U16(Runtime::kDefineClass), R(2), U8(4),
672 B(Star), R(2), 672 B(Star), R(2),
673 B(LdaNamedProperty), R(2), U8(2), U8(2), 673 B(LdaNamedProperty), R(2), U8(2), U8(2),
674 B(Star), R(3), 674 B(Star), R(3),
675 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(2), U 8(1),
675 B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1), 676 B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
676 B(StaCurrentContextSlot), U8(6), 677 B(StaCurrentContextSlot), U8(6),
677 B(LdaCurrentContextSlot), U8(6), 678 B(LdaCurrentContextSlot), U8(6),
678 /* 16 E> */ B(StaModuleVariable), U8(1), U8(0), 679 /* 16 E> */ B(StaModuleVariable), U8(1), U8(0),
679 B(LdaUndefined), 680 B(LdaUndefined),
680 /* 26 S> */ B(Return), 681 /* 26 S> */ B(Return),
681 ] 682 ]
682 constant pool: [ 683 constant pool: [
683 FIXED_ARRAY_TYPE, 684 FIXED_ARRAY_TYPE,
684 SHARED_FUNCTION_INFO_TYPE, 685 SHARED_FUNCTION_INFO_TYPE,
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 /* 45 S> */ B(Return), 909 /* 45 S> */ B(Return),
909 ] 910 ]
910 constant pool: [ 911 constant pool: [
911 FIXED_ARRAY_TYPE, 912 FIXED_ARRAY_TYPE,
912 ONE_BYTE_INTERNALIZED_STRING_TYPE ["f"], 913 ONE_BYTE_INTERNALIZED_STRING_TYPE ["f"],
913 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 914 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
914 ] 915 ]
915 handlers: [ 916 handlers: [
916 ] 917 ]
917 918
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698