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

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

Issue 2893313002: [inspector] removed call break location from for-of loop (Closed)
Patch Set: removed call location Created 3 years, 7 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 for (var p of [0, 1, 2]) {} 10 for (var p of [0, 1, 2]) {}
(...skipping 10 matching lines...) Expand all
21 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(3), U8(17), 21 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(3), U8(17),
22 B(Star), R(13), 22 B(Star), R(13),
23 B(LdaNamedProperty), R(13), U8(1), U8(4), 23 B(LdaNamedProperty), R(13), U8(1), U8(4),
24 B(Star), R(14), 24 B(Star), R(14),
25 B(CallProperty0), R(14), R(13), U8(6), 25 B(CallProperty0), R(14), R(13), U8(6),
26 B(JumpIfJSReceiver), U8(7), 26 B(JumpIfJSReceiver), U8(7),
27 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 27 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
28 B(Star), R(2), 28 B(Star), R(2),
29 /* 45 S> */ B(LdaNamedProperty), R(2), U8(2), U8(10), 29 /* 45 S> */ B(LdaNamedProperty), R(2), U8(2), U8(10),
30 B(Star), R(13), 30 B(Star), R(13),
31 /* 45 E> */ B(CallProperty0), R(13), R(2), U8(8), 31 B(CallProperty0), R(13), R(2), U8(8),
32 B(Star), R(3), 32 B(Star), R(3),
33 /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1), 33 /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
34 B(ToBooleanLogicalNot), 34 B(ToBooleanLogicalNot),
35 B(JumpIfFalse), U8(7), 35 B(JumpIfFalse), U8(7),
36 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (3), U8(1), 36 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (3), U8(1),
37 B(LdaNamedProperty), R(3), U8(3), U8(12), 37 B(LdaNamedProperty), R(3), U8(3), U8(12),
38 B(JumpIfToBooleanTrue), U8(25), 38 B(JumpIfToBooleanTrue), U8(25),
39 B(LdaNamedProperty), R(3), U8(4), U8(14), 39 B(LdaNamedProperty), R(3), U8(4), U8(14),
40 B(Star), R(5), 40 B(Star), R(5),
41 B(LdaSmi), I8(2), 41 B(LdaSmi), I8(2),
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 B(Mov), R(context), R(13), 160 B(Mov), R(context), R(13),
161 /* 68 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3), 161 /* 68 S> */ B(LdaNamedProperty), R(0), U8(1), U8(3),
162 B(Star), R(15), 162 B(Star), R(15),
163 B(CallProperty0), R(15), R(0), U8(5), 163 B(CallProperty0), R(15), R(0), U8(5),
164 B(Mov), R(0), R(14), 164 B(Mov), R(0), R(14),
165 B(JumpIfJSReceiver), U8(7), 165 B(JumpIfJSReceiver), U8(7),
166 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 166 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
167 B(Star), R(3), 167 B(Star), R(3),
168 /* 65 S> */ B(LdaNamedProperty), R(3), U8(2), U8(9), 168 /* 65 S> */ B(LdaNamedProperty), R(3), U8(2), U8(9),
169 B(Star), R(14), 169 B(Star), R(14),
170 /* 65 E> */ B(CallProperty0), R(14), R(3), U8(7), 170 B(CallProperty0), R(14), R(3), U8(7),
171 B(Star), R(4), 171 B(Star), R(4),
172 /* 65 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(4), U8(1), 172 /* 65 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(4), U8(1),
173 B(ToBooleanLogicalNot), 173 B(ToBooleanLogicalNot),
174 B(JumpIfFalse), U8(7), 174 B(JumpIfFalse), U8(7),
175 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (4), U8(1), 175 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (4), U8(1),
176 B(LdaNamedProperty), R(4), U8(3), U8(11), 176 B(LdaNamedProperty), R(4), U8(3), U8(11),
177 B(JumpIfToBooleanTrue), U8(27), 177 B(JumpIfToBooleanTrue), U8(27),
178 B(LdaNamedProperty), R(4), U8(4), U8(13), 178 B(LdaNamedProperty), R(4), U8(4), U8(13),
179 B(Star), R(6), 179 B(Star), R(6),
180 B(LdaSmi), I8(2), 180 B(LdaSmi), I8(2),
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(3), U8(17), 305 /* 48 S> */ B(CreateArrayLiteral), U8(0), U8(3), U8(17),
306 B(Star), R(13), 306 B(Star), R(13),
307 B(LdaNamedProperty), R(13), U8(1), U8(4), 307 B(LdaNamedProperty), R(13), U8(1), U8(4),
308 B(Star), R(14), 308 B(Star), R(14),
309 B(CallProperty0), R(14), R(13), U8(6), 309 B(CallProperty0), R(14), R(13), U8(6),
310 B(JumpIfJSReceiver), U8(7), 310 B(JumpIfJSReceiver), U8(7),
311 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 311 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
312 B(Star), R(2), 312 B(Star), R(2),
313 /* 45 S> */ B(LdaNamedProperty), R(2), U8(2), U8(10), 313 /* 45 S> */ B(LdaNamedProperty), R(2), U8(2), U8(10),
314 B(Star), R(13), 314 B(Star), R(13),
315 /* 45 E> */ B(CallProperty0), R(13), R(2), U8(8), 315 B(CallProperty0), R(13), R(2), U8(8),
316 B(Star), R(3), 316 B(Star), R(3),
317 /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1), 317 /* 45 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
318 B(ToBooleanLogicalNot), 318 B(ToBooleanLogicalNot),
319 B(JumpIfFalse), U8(7), 319 B(JumpIfFalse), U8(7),
320 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (3), U8(1), 320 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (3), U8(1),
321 B(LdaNamedProperty), R(3), U8(3), U8(12), 321 B(LdaNamedProperty), R(3), U8(3), U8(12),
322 B(JumpIfToBooleanTrue), U8(43), 322 B(JumpIfToBooleanTrue), U8(43),
323 B(LdaNamedProperty), R(3), U8(4), U8(14), 323 B(LdaNamedProperty), R(3), U8(4), U8(14),
324 B(Star), R(5), 324 B(Star), R(5),
325 B(LdaSmi), I8(2), 325 B(LdaSmi), I8(2),
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(4), U8(17), 453 /* 77 S> */ B(CreateArrayLiteral), U8(1), U8(4), U8(17),
454 B(Star), R(12), 454 B(Star), R(12),
455 B(LdaNamedProperty), R(12), U8(2), U8(5), 455 B(LdaNamedProperty), R(12), U8(2), U8(5),
456 B(Star), R(13), 456 B(Star), R(13),
457 B(CallProperty0), R(13), R(12), U8(7), 457 B(CallProperty0), R(13), R(12), U8(7),
458 B(JumpIfJSReceiver), U8(7), 458 B(JumpIfJSReceiver), U8(7),
459 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 459 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
460 B(Star), R(1), 460 B(Star), R(1),
461 /* 74 S> */ B(LdaNamedProperty), R(1), U8(3), U8(11), 461 /* 74 S> */ B(LdaNamedProperty), R(1), U8(3), U8(11),
462 B(Star), R(12), 462 B(Star), R(12),
463 /* 74 E> */ B(CallProperty0), R(12), R(1), U8(9), 463 B(CallProperty0), R(12), R(1), U8(9),
464 B(Star), R(2), 464 B(Star), R(2),
465 /* 74 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1), 465 /* 74 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
466 B(ToBooleanLogicalNot), 466 B(ToBooleanLogicalNot),
467 B(JumpIfFalse), U8(7), 467 B(JumpIfFalse), U8(7),
468 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (2), U8(1), 468 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (2), U8(1),
469 B(LdaNamedProperty), R(2), U8(4), U8(13), 469 B(LdaNamedProperty), R(2), U8(4), U8(13),
470 B(JumpIfToBooleanTrue), U8(31), 470 B(JumpIfToBooleanTrue), U8(31),
471 /* 67 E> */ B(LdaNamedProperty), R(2), U8(5), U8(15), 471 /* 67 E> */ B(LdaNamedProperty), R(2), U8(5), U8(15),
472 B(Star), R(4), 472 B(Star), R(4),
473 B(LdaSmi), I8(2), 473 B(LdaSmi), I8(2),
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 FIXED_ARRAY_TYPE, 576 FIXED_ARRAY_TYPE,
577 Smi [6], 577 Smi [6],
578 Smi [9], 578 Smi [9],
579 ] 579 ]
580 handlers: [ 580 handlers: [
581 [15, 138, 144], 581 [15, 138, 144],
582 [18, 102, 104], 582 [18, 102, 104],
583 [205, 215, 217], 583 [205, 215, 217],
584 ] 584 ]
585 585
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698