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: string | 6 pool type: string |
7 execute: yes | 7 execute: yes |
8 wrap: yes | 8 wrap: yes |
9 | 9 |
10 --- | 10 --- |
11 snippet: " | 11 snippet: " |
12 return eval('1;'); | 12 return eval('1;'); |
13 " | 13 " |
14 frame size: 10 | 14 frame size: 10 |
15 parameter count: 1 | 15 parameter count: 1 |
16 bytecode array length: 69 | 16 bytecode array length: 66 |
17 bytecodes: [ | 17 bytecodes: [ |
18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), | 18 B(CreateFunctionContext), U8(7), |
19 B(PushContext), R(0), | 19 B(PushContext), R(0), |
20 B(Ldar), R(this), | 20 B(Ldar), R(this), |
21 B(StaContextSlot), R(context), U8(4), | 21 B(StaContextSlot), R(context), U8(4), |
22 B(CreateMappedArguments), | 22 B(CreateMappedArguments), |
23 B(StaContextSlot), R(context), U8(5), | 23 B(StaContextSlot), R(context), U8(5), |
24 B(Ldar), R(new_target), | 24 B(Ldar), R(new_target), |
25 B(StaContextSlot), R(context), U8(6), | 25 B(StaContextSlot), R(context), U8(6), |
26 /* 30 E> */ B(StackCheck), | 26 /* 30 E> */ B(StackCheck), |
27 /* 34 S> */ B(LdaConstant), U8(0), | 27 /* 34 S> */ B(LdaConstant), U8(0), |
28 B(Star), R(3), | 28 B(Star), R(3), |
(...skipping 14 matching lines...) Expand all Loading... |
43 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(0), | 43 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(0), |
44 /* 53 S> */ B(Return), | 44 /* 53 S> */ B(Return), |
45 ] | 45 ] |
46 constant pool: [ | 46 constant pool: [ |
47 "eval", | 47 "eval", |
48 "1;", | 48 "1;", |
49 ] | 49 ] |
50 handlers: [ | 50 handlers: [ |
51 ] | 51 ] |
52 | 52 |
OLD | NEW |