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

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: don't pass unneeded zero Created 4 years, 6 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 B(LdaSmi), U8(1), 473 B(LdaSmi), U8(1),
474 B(TestEqualStrict), R(10), 474 B(TestEqualStrict), R(10),
475 B(JumpIfFalse), U8(79), 475 B(JumpIfFalse), U8(79),
476 B(LdaContextSlot), R(1), U8(11), 476 B(LdaContextSlot), R(1), U8(11),
477 B(TypeOf), 477 B(TypeOf),
478 B(Star), R(10), 478 B(Star), R(10),
479 B(LdaConstant), U8(13), 479 B(LdaConstant), U8(13),
480 B(TestEqualStrict), R(10), 480 B(TestEqualStrict), R(10),
481 B(JumpIfFalse), U8(4), 481 B(JumpIfFalse), U8(4),
482 B(Jump), U8(18), 482 B(Jump), U8(18),
483 B(Wide), B(LdaSmi), U16(129), 483 B(Wide), B(LdaSmi), U16(128),
484 B(Star), R(10), 484 B(Star), R(10),
485 B(LdaConstant), U8(14), 485 B(LdaConstant), U8(14),
486 B(Star), R(11), 486 B(Star), R(11),
487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 487 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
488 B(Throw), 488 B(Throw),
489 B(Mov), R(context), R(10), 489 B(Mov), R(context), R(10),
490 B(LdrContextSlot), R(1), U8(11), R(11), 490 B(LdrContextSlot), R(1), U8(11), R(11),
491 B(LdrContextSlot), R(1), U8(7), R(12), 491 B(LdrContextSlot), R(1), U8(7), R(12),
492 B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2), 492 B(InvokeIntrinsic), U16(Runtime::k_Call), R(11), U8(2),
493 B(Jump), U8(29), 493 B(Jump), U8(29),
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 kInstanceTypeDontCare, 600 kInstanceTypeDontCare,
601 kInstanceTypeDontCare, 601 kInstanceTypeDontCare,
602 ] 602 ]
603 handlers: [ 603 handlers: [
604 [44, 698, 704], 604 [44, 698, 704],
605 [154, 449, 455], 605 [154, 449, 455],
606 [157, 403, 405], 606 [157, 403, 405],
607 [552, 565, 567], 607 [552, 565, 567],
608 ] 608 ]
609 609
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ForOf.golden ('k') | test/mjsunit/debug-generator-break.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698