| 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: yes | 6 wrap: yes |
| 8 | 7 |
| 9 --- | 8 --- |
| 10 snippet: " | 9 snippet: " |
| 11 g = function(){}; eval(''); return g(); | 10 g = function(){}; eval(''); return g(); |
| 12 " | 11 " |
| 13 frame size: 10 | 12 frame size: 10 |
| 14 parameter count: 1 | 13 parameter count: 1 |
| 15 bytecode array length: 89 | 14 bytecode array length: 89 |
| 16 bytecodes: [ | 15 bytecodes: [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 ] | 49 ] |
| 51 constant pool: [ | 50 constant pool: [ |
| 52 SHARED_FUNCTION_INFO_TYPE, | 51 SHARED_FUNCTION_INFO_TYPE, |
| 53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"], | 52 ONE_BYTE_INTERNALIZED_STRING_TYPE ["g"], |
| 54 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], | 53 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], |
| 55 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], | 54 ONE_BYTE_INTERNALIZED_STRING_TYPE [""], |
| 56 ] | 55 ] |
| 57 handlers: [ | 56 handlers: [ |
| 58 ] | 57 ] |
| 59 | 58 |
| OLD | NEW |