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: number | |
7 execute: yes | 6 execute: yes |
8 wrap: no | 7 wrap: no |
9 test function name: f | 8 test function name: f |
10 | 9 |
11 --- | 10 --- |
12 snippet: " | 11 snippet: " |
13 function f(...restArgs) { return restArgs; } | 12 function f(...restArgs) { return restArgs; } |
14 f(); | 13 f(); |
15 " | 14 " |
16 frame size: 1 | 15 frame size: 1 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 B(LdaZero), | 96 B(LdaZero), |
98 /* 59 E> */ B(LdaKeyedProperty), R(0), U8(3), | 97 /* 59 E> */ B(LdaKeyedProperty), R(0), U8(3), |
99 B(Add), R(4), U8(5), | 98 B(Add), R(4), U8(5), |
100 /* 64 S> */ B(Return), | 99 /* 64 S> */ B(Return), |
101 ] | 100 ] |
102 constant pool: [ | 101 constant pool: [ |
103 ] | 102 ] |
104 handlers: [ | 103 handlers: [ |
105 ] | 104 ] |
106 | 105 |
OLD | NEW |