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: mixed | |
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 Outer() { | 12 function Outer() { |
14 var outerVar = 1; | 13 var outerVar = 1; |
15 function Inner(innerArg) { | 14 function Inner(innerArg) { |
16 this.innerFunc = function() { return outerVar * innerArg; } | 15 this.innerFunc = function() { return outerVar * innerArg; } |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 B(Ldar), R(0), | 57 B(Ldar), R(0), |
59 B(StaContextSlot), R(1), U8(4), | 58 B(StaContextSlot), R(1), U8(4), |
60 B(LdaUndefined), | 59 B(LdaUndefined), |
61 /* 123 S> */ B(Return), | 60 /* 123 S> */ B(Return), |
62 ] | 61 ] |
63 constant pool: [ | 62 constant pool: [ |
64 ] | 63 ] |
65 handlers: [ | 64 handlers: [ |
66 ] | 65 ] |
67 | 66 |
OLD | NEW |