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 /ab+d/; | 10 return /ab+d/; |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 parameter count: 1 | 49 parameter count: 1 |
50 bytecode array length: 23 | 50 bytecode array length: 23 |
51 bytecodes: [ | 51 bytecodes: [ |
52 /* 30 E> */ B(StackCheck), | 52 /* 30 E> */ B(StackCheck), |
53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(4), U8(0), | 53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(4), U8(0), |
54 B(Star), R(1), | 54 B(Star), R(1), |
55 /* 47 E> */ B(LdaNamedProperty), R(1), U8(1), U8(5), | 55 /* 47 E> */ B(LdaNamedProperty), R(1), U8(1), U8(5), |
56 B(Star), R(0), | 56 B(Star), R(0), |
57 B(LdaConstant), U8(2), | 57 B(LdaConstant), U8(2), |
58 B(Star), R(2), | 58 B(Star), R(2), |
59 /* 48 E> */ B(CallProperty), R(0), R(1), U8(2), U8(2), | 59 /* 48 E> */ B(CallProperty1), R(0), R(1), R(2), U8(2), |
60 /* 62 S> */ B(Return), | 60 /* 62 S> */ B(Return), |
61 ] | 61 ] |
62 constant pool: [ | 62 constant pool: [ |
63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"], | 63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"], |
64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"], | 64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"], |
65 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"], | 65 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"], |
66 ] | 66 ] |
67 handlers: [ | 67 handlers: [ |
68 ] | 68 ] |
69 | 69 |
OLD | NEW |