OLD | NEW |
1 # | 1 # |
2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
3 # | 3 # |
4 | 4 |
5 --- | 5 --- |
6 wrap: no | 6 wrap: no |
7 test function name: f | 7 test function name: f |
8 | 8 |
9 --- | 9 --- |
10 snippet: " | 10 snippet: " |
11 function t() { } | 11 function t() { } |
12 function f() { return t(); } | 12 function f() { return t(); } |
13 f(); | 13 f(); |
14 " | 14 " |
15 frame size: 2 | 15 frame size: 2 |
16 parameter count: 1 | 16 parameter count: 1 |
17 bytecode array length: 15 | 17 bytecode array length: 14 |
18 bytecodes: [ | 18 bytecodes: [ |
19 /* 27 E> */ B(StackCheck), | 19 /* 27 E> */ B(StackCheck), |
20 /* 32 S> */ B(LdaUndefined), | 20 /* 32 S> */ B(LdaUndefined), |
21 B(Star), R(1), | 21 B(Star), R(1), |
22 B(LdaGlobal), U8(0), U8(4), | 22 B(LdaGlobal), U8(0), U8(4), |
23 B(Star), R(0), | 23 B(Star), R(0), |
24 /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(2), | 24 /* 39 E> */ B(Call0), R(0), R(1), U8(2), |
25 /* 44 S> */ B(Return), | 25 /* 44 S> */ B(Return), |
26 ] | 26 ] |
27 constant pool: [ | 27 constant pool: [ |
28 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], | 28 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], |
29 ] | 29 ] |
30 handlers: [ | 30 handlers: [ |
31 ] | 31 ] |
32 | 32 |
33 --- | 33 --- |
34 snippet: " | 34 snippet: " |
(...skipping 18 matching lines...) Expand all Loading... |
53 B(Star), R(4), | 53 B(Star), R(4), |
54 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(2), | 54 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(2), |
55 /* 58 S> */ B(Return), | 55 /* 58 S> */ B(Return), |
56 ] | 56 ] |
57 constant pool: [ | 57 constant pool: [ |
58 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], | 58 ONE_BYTE_INTERNALIZED_STRING_TYPE ["t"], |
59 ] | 59 ] |
60 handlers: [ | 60 handlers: [ |
61 ] | 61 ] |
62 | 62 |
OLD | NEW |