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 | 6 pool type: number |
7 execute: yes | 7 execute: yes |
8 wrap: no | 8 wrap: no |
9 test function name: f | 9 test function name: f |
10 | 10 |
(...skipping 19 matching lines...) Expand all Loading... |
30 ] | 30 ] |
31 | 31 |
32 --- | 32 --- |
33 snippet: " | 33 snippet: " |
34 var f; | 34 var f; |
35 f = function f() { return f; }; | 35 f = function f() { return f; }; |
36 f(); | 36 f(); |
37 " | 37 " |
38 frame size: 1 | 38 frame size: 1 |
39 parameter count: 1 | 39 parameter count: 1 |
40 bytecode array length: 6 | 40 bytecode array length: 7 |
41 bytecodes: [ | 41 bytecodes: [ |
42 /* 21 E> */ B(StackCheck), | 42 /* 21 E> */ B(StackCheck), |
43 B(Ldar), R(closure), | 43 B(Ldar), R(closure), |
44 B(Star), R(0), | 44 B(Star), R(0), |
| 45 /* 26 S> */ B(Nop), |
45 /* 36 S> */ B(Return), | 46 /* 36 S> */ B(Return), |
46 ] | 47 ] |
47 constant pool: [ | 48 constant pool: [ |
48 ] | 49 ] |
49 handlers: [ | 50 handlers: [ |
50 ] | 51 ] |
51 | 52 |
OLD | NEW |