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 | 6 pool type: mixed |
7 execute: yes | 7 execute: yes |
8 wrap: yes | 8 wrap: yes |
9 | 9 |
10 --- | 10 --- |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 frame size: 2 | 104 frame size: 2 |
105 parameter count: 1 | 105 parameter count: 1 |
106 bytecode array length: 29 | 106 bytecode array length: 29 |
107 bytecodes: [ | 107 bytecodes: [ |
108 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), | 108 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U
8(1), |
109 B(PushContext), R(0), | 109 B(PushContext), R(0), |
110 /* 30 E> */ B(StackCheck), | 110 /* 30 E> */ B(StackCheck), |
111 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), | 111 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), |
112 B(Star), R(1), | 112 B(Star), R(1), |
113 /* 56 E> */ B(StaContextSlot), R(context), U8(4), | 113 /* 56 E> */ B(StaContextSlot), R(context), U8(4), |
114 /* 64 S> */ B(CreateClosure), U8(1), U8(0), | 114 /* 64 S> */ B(CreateClosure), U8(1), U8(2), |
115 /* 93 S> */ B(LdrContextSlot), R(context), U8(4), R(1), | 115 /* 93 S> */ B(LdrContextSlot), R(context), U8(4), R(1), |
116 B(LdaSmi), U8(1), | 116 B(LdaSmi), U8(1), |
117 B(DeletePropertyStrict), R(1), | 117 B(DeletePropertyStrict), R(1), |
118 /* 113 S> */ B(Return), | 118 /* 113 S> */ B(Return), |
119 ] | 119 ] |
120 constant pool: [ | 120 constant pool: [ |
121 InstanceType::FIXED_ARRAY_TYPE, | 121 InstanceType::FIXED_ARRAY_TYPE, |
122 InstanceType::SHARED_FUNCTION_INFO_TYPE, | 122 InstanceType::SHARED_FUNCTION_INFO_TYPE, |
123 ] | 123 ] |
124 handlers: [ | 124 handlers: [ |
125 ] | 125 ] |
126 | 126 |
127 --- | 127 --- |
128 snippet: " | 128 snippet: " |
129 return delete 'test'; | 129 return delete 'test'; |
130 " | 130 " |
131 frame size: 0 | 131 frame size: 0 |
132 parameter count: 1 | 132 parameter count: 1 |
133 bytecode array length: 3 | 133 bytecode array length: 3 |
134 bytecodes: [ | 134 bytecodes: [ |
135 /* 30 E> */ B(StackCheck), | 135 /* 30 E> */ B(StackCheck), |
136 /* 34 S> */ B(LdaTrue), | 136 /* 34 S> */ B(LdaTrue), |
137 /* 56 S> */ B(Return), | 137 /* 56 S> */ B(Return), |
138 ] | 138 ] |
139 constant pool: [ | 139 constant pool: [ |
140 ] | 140 ] |
141 handlers: [ | 141 handlers: [ |
142 ] | 142 ] |
143 | 143 |
OLD | NEW |