| OLD | NEW |
| 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 30 matching lines...) Expand all Loading... |
| 41 }; | 41 }; |
| 42 f(); | 42 f(); |
| 43 " | 43 " |
| 44 frame size: 1 | 44 frame size: 1 |
| 45 parameter count: 1 | 45 parameter count: 1 |
| 46 bytecode array length: 11 | 46 bytecode array length: 11 |
| 47 bytecodes: [ | 47 bytecodes: [ |
| 48 /* 28 E> */ B(StackCheck), | 48 /* 28 E> */ B(StackCheck), |
| 49 /* 51 S> */ B(LdaGlobal), U8(0), U8(2), | 49 /* 51 S> */ B(LdaGlobal), U8(0), U8(2), |
| 50 B(Star), R(0), | 50 B(Star), R(0), |
| 51 B(LdaSmi), U8(1), | 51 B(LdaSmi), I8(1), |
| 52 B(DeletePropertyStrict), R(0), | 52 B(DeletePropertyStrict), R(0), |
| 53 /* 71 S> */ B(Return), | 53 /* 71 S> */ B(Return), |
| 54 ] | 54 ] |
| 55 constant pool: [ | 55 constant pool: [ |
| 56 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], | 56 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], |
| 57 ] | 57 ] |
| 58 handlers: [ | 58 handlers: [ |
| 59 ] | 59 ] |
| 60 | 60 |
| 61 --- | 61 --- |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 B(LdaConstant), U8(0), | 105 B(LdaConstant), U8(0), |
| 106 B(DeletePropertySloppy), R(1), | 106 B(DeletePropertySloppy), R(1), |
| 107 /* 42 S> */ B(Return), | 107 /* 42 S> */ B(Return), |
| 108 ] | 108 ] |
| 109 constant pool: [ | 109 constant pool: [ |
| 110 ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"], | 110 ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"], |
| 111 ] | 111 ] |
| 112 handlers: [ | 112 handlers: [ |
| 113 ] | 113 ] |
| 114 | 114 |
| OLD | NEW |