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

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

Issue 1996943002: [esnext] Fix various callsites to use is_resumable, not is_generator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: no 8 wrap: no
9 test function name: f 9 test function name: f
10 ignition generators: yes 10 ignition generators: yes
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 B(LdaSmi), U8(1), 498 B(LdaSmi), U8(1),
499 B(TestEqualStrict), R(10), 499 B(TestEqualStrict), R(10),
500 B(JumpIfFalse), U8(82), 500 B(JumpIfFalse), U8(82),
501 B(LdaContextSlot), R(1), U8(11), 501 B(LdaContextSlot), R(1), U8(11),
502 B(TypeOf), 502 B(TypeOf),
503 B(Star), R(10), 503 B(Star), R(10),
504 B(LdaConstant), U8(13), 504 B(LdaConstant), U8(13),
505 B(TestEqualStrict), R(10), 505 B(TestEqualStrict), R(10),
506 B(JumpIfFalse), U8(4), 506 B(JumpIfFalse), U8(4),
507 B(Jump), U8(18), 507 B(Jump), U8(18),
508 B(Wide), B(LdaSmi), U16(129), 508 B(Wide), B(LdaSmi), U16(128),
509 B(Star), R(10), 509 B(Star), R(10),
510 B(LdaConstant), U8(14), 510 B(LdaConstant), U8(14),
511 B(Star), R(11), 511 B(Star), R(11),
512 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 512 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
513 B(Throw), 513 B(Throw),
514 B(Mov), R(context), R(10), 514 B(Mov), R(context), R(10),
515 B(LdaContextSlot), R(1), U8(11), 515 B(LdaContextSlot), R(1), U8(11),
516 B(Star), R(11), 516 B(Star), R(11),
517 B(LdaContextSlot), R(1), U8(7), 517 B(LdaContextSlot), R(1), U8(7),
518 B(Star), R(12), 518 B(Star), R(12),
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 kInstanceTypeDontCare, 637 kInstanceTypeDontCare,
638 kInstanceTypeDontCare, 638 kInstanceTypeDontCare,
639 ] 639 ]
640 handlers: [ 640 handlers: [
641 [44, 726, 732], 641 [44, 726, 732],
642 [156, 462, 468], 642 [156, 462, 468],
643 [159, 413, 415], 643 [159, 413, 415],
644 [570, 585, 587], 644 [570, 585, 587],
645 ] 645 ]
646 646
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698