| 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: f | 7 test function name: f |
| 9 | 8 |
| 10 --- | 9 --- |
| 11 snippet: " | 10 snippet: " |
| 12 var f; | 11 var f; |
| 13 var x = 1; | 12 var x = 1; |
| 14 function f1() { | 13 function f1() { |
| 15 eval(\"function t() { return x; }; f = t; f();\"); | 14 eval(\"function t() { return x; }; f = t; f();\"); |
| 16 } | 15 } |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 /* 15 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(0), U8(2), U8(1), | 96 /* 15 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(0), U8(2), U8(1), |
| 98 B(TypeOf), | 97 B(TypeOf), |
| 99 /* 32 S> */ B(Return), | 98 /* 32 S> */ B(Return), |
| 100 ] | 99 ] |
| 101 constant pool: [ | 100 constant pool: [ |
| 102 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], | 101 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], |
| 103 ] | 102 ] |
| 104 handlers: [ | 103 handlers: [ |
| 105 ] | 104 ] |
| 106 | 105 |
| OLD | NEW |