OLD | NEW |
1 # | 1 # |
2 # Autogenerated by generate-bytecode-expectations. | 2 # Autogenerated by generate-bytecode-expectations. |
3 # | 3 # |
4 | 4 |
5 --- | 5 --- |
6 wrap: yes | 6 wrap: yes |
7 | 7 |
8 --- | 8 --- |
9 snippet: " | 9 snippet: " |
10 return eval('1;'); | 10 return eval('1;'); |
(...skipping 12 matching lines...) Expand all Loading... |
23 B(StaCurrentContextSlot), U8(5), | 23 B(StaCurrentContextSlot), U8(5), |
24 /* 30 E> */ B(StackCheck), | 24 /* 30 E> */ B(StackCheck), |
25 /* 34 S> */ B(LdaUndefined), | 25 /* 34 S> */ B(LdaUndefined), |
26 B(Star), R(2), | 26 B(Star), R(2), |
27 /* 41 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1), | 27 /* 41 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1), |
28 B(Star), R(1), | 28 B(Star), R(1), |
29 B(LdaConstant), U8(1), | 29 B(LdaConstant), U8(1), |
30 B(Star), R(3), | 30 B(Star), R(3), |
31 B(LdaZero), | 31 B(LdaZero), |
32 B(Star), R(7), | 32 B(Star), R(7), |
33 B(LdaSmi), U8(30), | 33 B(LdaSmi), I8(30), |
34 B(Star), R(8), | 34 B(Star), R(8), |
35 B(LdaSmi), U8(41), | 35 B(LdaSmi), I8(41), |
36 B(Star), R(9), | 36 B(Star), R(9), |
37 B(Mov), R(1), R(4), | 37 B(Mov), R(1), R(4), |
38 B(Mov), R(3), R(5), | 38 B(Mov), R(3), R(5), |
39 B(Mov), R(closure), R(6), | 39 B(Mov), R(closure), R(6), |
40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4),
U8(6), | 40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4),
U8(6), |
41 B(Star), R(1), | 41 B(Star), R(1), |
42 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(2), | 42 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(2), |
43 /* 53 S> */ B(Return), | 43 /* 53 S> */ B(Return), |
44 ] | 44 ] |
45 constant pool: [ | 45 constant pool: [ |
46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], | 46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], |
47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"], | 47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"], |
48 ] | 48 ] |
49 handlers: [ | 49 handlers: [ |
50 ] | 50 ] |
51 | 51 |
OLD | NEW |