Chromium Code Reviews

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Generators.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.
Jump to:
View unified diff |
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 313 matching lines...)
324 B(LdaSmi), I8(-2), 324 B(LdaSmi), I8(-2),
325 B(TestEqualStrictNoFeedback), R(3), 325 B(TestEqualStrictNoFeedback), R(3),
326 B(JumpIfTrue), U8(11), 326 B(JumpIfTrue), U8(11),
327 B(LdaSmi), I8(79), 327 B(LdaSmi), I8(79),
328 B(Star), R(12), 328 B(Star), R(12),
329 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1), 329 B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
330 /* 27 S> */ B(LdaContextSlot), R(1), U8(6), U8(0), 330 /* 27 S> */ B(LdaContextSlot), R(1), U8(6), U8(0),
331 B(Star), R(13), 331 B(Star), R(13),
332 B(LdaNamedProperty), R(13), U8(6), U8(10), 332 B(LdaNamedProperty), R(13), U8(6), U8(10),
333 B(Star), R(12), 333 B(Star), R(12),
334 /* 27 E> */ B(CallProperty0), R(12), R(13), U8(8), 334 B(CallProperty0), R(12), R(13), U8(8),
335 /* 27 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 335 /* 27 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
336 B(Star), R(12), 336 B(Star), R(12),
337 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1), 337 B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
338 B(ToBooleanLogicalNot), 338 B(ToBooleanLogicalNot),
339 B(JumpIfFalse), U8(13), 339 B(JumpIfFalse), U8(13),
340 B(LdaContextSlot), R(1), U8(7), U8(0), 340 B(LdaContextSlot), R(1), U8(7), U8(0),
341 B(Star), R(12), 341 B(Star), R(12),
342 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1), 342 B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R (12), U8(1),
343 B(LdaContextSlot), R(1), U8(7), U8(0), 343 B(LdaContextSlot), R(1), U8(7), U8(0),
344 B(Star), R(12), 344 B(Star), R(12),
(...skipping 217 matching lines...)
562 Smi [6], 562 Smi [6],
563 Smi [9], 563 Smi [9],
564 ] 564 ]
565 handlers: [ 565 handlers: [
566 [51, 648, 654], 566 [51, 648, 654],
567 [130, 417, 423], 567 [130, 417, 423],
568 [133, 373, 375], 568 [133, 373, 375],
569 [510, 526, 528], 569 [510, 526, 528],
570 ] 570 ]
571 571
OLDNEW

Powered by Google App Engine