| OLD | NEW |
| 1 # | 1 # |
| 2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
| 3 # | 3 # |
| 4 | 4 |
| 5 --- | 5 --- |
| 6 execute: yes | |
| 7 wrap: no | 6 wrap: no |
| 8 test function name: test | 7 test function name: test |
| 9 | 8 |
| 10 --- | 9 --- |
| 11 snippet: " | 10 snippet: " |
| 12 var test; | 11 var test; |
| 13 (function() { | 12 (function() { |
| 14 class A { | 13 class A { |
| 15 method() { return 2; } | 14 method() { return 2; } |
| 16 } | 15 } |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), | 194 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), |
| 196 /* 139 S> */ B(Return), | 195 /* 139 S> */ B(Return), |
| 197 ] | 196 ] |
| 198 constant pool: [ | 197 constant pool: [ |
| 199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], | 198 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], |
| 200 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"], | 199 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"], |
| 201 ] | 200 ] |
| 202 handlers: [ | 201 handlers: [ |
| 203 ] | 202 ] |
| 204 | 203 |
| OLD | NEW |