OLD | NEW |
1 # | 1 # |
2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
3 # | 3 # |
4 | 4 |
5 --- | 5 --- |
6 pool type: mixed | |
7 execute: yes | 6 execute: yes |
8 wrap: yes | 7 wrap: yes |
9 | 8 |
10 --- | 9 --- |
11 snippet: " | 10 snippet: " |
12 var x = 0; | 11 var x = 0; |
13 while (false) { x = 99; break; continue; } | 12 while (false) { x = 99; break; continue; } |
14 return x; | 13 return x; |
15 " | 14 " |
16 frame size: 1 | 15 frame size: 1 |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 B(Star), R(5), | 718 B(Star), R(5), |
720 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1), | 719 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1), |
721 B(Ldar), R(4), | 720 B(Ldar), R(4), |
722 B(StaContextSlot), R(context), U8(4), | 721 B(StaContextSlot), R(context), U8(4), |
723 B(PopContext), R(3), | 722 B(PopContext), R(3), |
724 B(Jump), U8(-89), | 723 B(Jump), U8(-89), |
725 B(LdaUndefined), | 724 B(LdaUndefined), |
726 /* 137 S> */ B(Return), | 725 /* 137 S> */ B(Return), |
727 ] | 726 ] |
728 constant pool: [ | 727 constant pool: [ |
729 InstanceType::FIXED_ARRAY_TYPE, | 728 FIXED_ARRAY_TYPE, |
730 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 729 SHARED_FUNCTION_INFO_TYPE, |
731 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, | 730 ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"], |
732 ] | 731 ] |
733 handlers: [ | 732 handlers: [ |
734 ] | 733 ] |
735 | 734 |
OLD | NEW |