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 --- |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ] | 42 ] |
43 handlers: [ | 43 handlers: [ |
44 ] | 44 ] |
45 | 45 |
46 --- | 46 --- |
47 snippet: " | 47 snippet: " |
48 return /ab+d/.exec('abdd'); | 48 return /ab+d/.exec('abdd'); |
49 " | 49 " |
50 frame size: 3 | 50 frame size: 3 |
51 parameter count: 1 | 51 parameter count: 1 |
52 bytecode array length: 22 | 52 bytecode array length: 23 |
53 bytecodes: [ | 53 bytecodes: [ |
54 /* 30 E> */ B(StackCheck), | 54 /* 30 E> */ B(StackCheck), |
55 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), | 55 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), |
56 B(Star), R(1), | 56 B(Star), R(1), |
57 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(3), R(0), | 57 /* 47 E> */ B(LdaNamedProperty), R(1), U8(1), U8(3), |
| 58 B(Star), R(0), |
58 B(LdaConstant), U8(2), | 59 B(LdaConstant), U8(2), |
59 B(Star), R(2), | 60 B(Star), R(2), |
60 /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(1), | 61 /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(1), |
61 /* 62 S> */ B(Return), | 62 /* 62 S> */ B(Return), |
62 ] | 63 ] |
63 constant pool: [ | 64 constant pool: [ |
64 "ab+d", | 65 "ab+d", |
65 "exec", | 66 "exec", |
66 "abdd", | 67 "abdd", |
67 ] | 68 ] |
68 handlers: [ | 69 handlers: [ |
69 ] | 70 ] |
70 | 71 |
OLD | NEW |