Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden

Issue 2663963003: [Ignition] Rename New and NewWithSpread bytecodes. (Closed)
Patch Set: Update comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 class Person { 10 class Person {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 B(Star), R(8), 208 B(Star), R(8),
209 B(Mov), R(4), R(6), 209 B(Mov), R(4), R(6),
210 B(CallRuntime), U16(Runtime::kDefineClass), R(5), U8(4), 210 B(CallRuntime), U16(Runtime::kDefineClass), R(5), U8(4),
211 B(Star), R(5), 211 B(Star), R(5),
212 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(4), U 8(1), 212 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(4), U 8(1),
213 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1), 213 B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1),
214 B(Star), R(0), 214 B(Star), R(0),
215 B(Star), R(1), 215 B(Star), R(1),
216 B(Star), R(2), 216 B(Star), R(2),
217 /* 87 S> */ B(Nop), 217 /* 87 S> */ B(Nop),
218 /* 94 E> */ B(New), R(2), R(0), U8(0), U8(3), 218 /* 94 E> */ B(Construct), R(2), R(0), U8(0), U8(3),
219 /* 103 S> */ B(Return), 219 /* 103 S> */ B(Return),
220 ] 220 ]
221 constant pool: [ 221 constant pool: [
222 SHARED_FUNCTION_INFO_TYPE, 222 SHARED_FUNCTION_INFO_TYPE,
223 ] 223 ]
224 handlers: [ 224 handlers: [
225 ] 225 ]
226 226
227 --- 227 ---
228 snippet: " 228 snippet: "
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ] 279 ]
280 constant pool: [ 280 constant pool: [
281 SHARED_FUNCTION_INFO_TYPE, 281 SHARED_FUNCTION_INFO_TYPE,
282 SHARED_FUNCTION_INFO_TYPE, 282 SHARED_FUNCTION_INFO_TYPE,
283 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"], 283 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
284 SHARED_FUNCTION_INFO_TYPE, 284 SHARED_FUNCTION_INFO_TYPE,
285 ] 285 ]
286 handlers: [ 286 handlers: [
287 ] 287 ]
288 288
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698