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

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

Issue 2504553003: [es6] Perform the IsConstructor test in GetSuperConstructor. (Closed)
Patch Set: rebase Created 3 years, 12 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: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 B(LdaSmi), U8(1), 484 B(LdaSmi), U8(1),
485 B(TestEqualStrict), R(10), U8(19), 485 B(TestEqualStrict), R(10), U8(19),
486 B(JumpIfFalse), U8(75), 486 B(JumpIfFalse), U8(75),
487 B(LdaContextSlot), R(1), U8(11), U8(0), 487 B(LdaContextSlot), R(1), U8(11), U8(0),
488 B(TypeOf), 488 B(TypeOf),
489 B(Star), R(10), 489 B(Star), R(10),
490 B(LdaConstant), U8(13), 490 B(LdaConstant), U8(13),
491 B(TestEqualStrict), R(10), U8(20), 491 B(TestEqualStrict), R(10), U8(20),
492 B(JumpIfFalse), U8(4), 492 B(JumpIfFalse), U8(4),
493 B(Jump), U8(18), 493 B(Jump), U8(18),
494 B(Wide), B(LdaSmi), U16(130), 494 B(Wide), B(LdaSmi), U16(131),
495 B(Star), R(10), 495 B(Star), R(10),
496 B(LdaConstant), U8(14), 496 B(LdaConstant), U8(14),
497 B(Star), R(11), 497 B(Star), R(11),
498 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 498 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
499 B(Throw), 499 B(Throw),
500 B(Mov), R(context), R(10), 500 B(Mov), R(context), R(10),
501 B(LdaContextSlot), R(1), U8(11), U8(0), 501 B(LdaContextSlot), R(1), U8(11), U8(0),
502 B(Star), R(11), 502 B(Star), R(11),
503 B(LdaContextSlot), R(1), U8(7), U8(0), 503 B(LdaContextSlot), R(1), U8(7), U8(0),
504 B(Star), R(12), 504 B(Star), R(12),
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 Smi [159], 623 Smi [159],
624 Smi [585], 624 Smi [585],
625 ] 625 ]
626 handlers: [ 626 handlers: [
627 [46, 694, 700], 627 [46, 694, 700],
628 [143, 444, 450], 628 [143, 444, 450],
629 [146, 400, 402], 629 [146, 400, 402],
630 [546, 562, 564], 630 [546, 562, 564],
631 ] 631 ]
632 632
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698