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

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

Issue 1929123002: Add checks for detached ArrayBuffers to ArrayBuffer.prototype.slice (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix tests 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 B(LdaSmi), U8(1), 494 B(LdaSmi), U8(1),
495 B(TestEqualStrict), R(10), 495 B(TestEqualStrict), R(10),
496 B(JumpIfFalse), U8(82), 496 B(JumpIfFalse), U8(82),
497 B(LdaContextSlot), R(1), U8(11), 497 B(LdaContextSlot), R(1), U8(11),
498 B(TypeOf), 498 B(TypeOf),
499 B(Star), R(10), 499 B(Star), R(10),
500 B(LdaConstant), U8(13), 500 B(LdaConstant), U8(13),
501 B(TestEqualStrict), R(10), 501 B(TestEqualStrict), R(10),
502 B(JumpIfFalse), U8(4), 502 B(JumpIfFalse), U8(4),
503 B(Jump), U8(18), 503 B(Jump), U8(18),
504 B(Wide), B(LdaSmi), U16(129), 504 B(Wide), B(LdaSmi), U16(130),
505 B(Star), R(10), 505 B(Star), R(10),
506 B(LdaConstant), U8(14), 506 B(LdaConstant), U8(14),
507 B(Star), R(11), 507 B(Star), R(11),
508 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2), 508 B(CallRuntime), U16(Runtime::kNewTypeError), R(10), U8(2),
509 B(Throw), 509 B(Throw),
510 B(Mov), R(context), R(10), 510 B(Mov), R(context), R(10),
511 B(LdaContextSlot), R(1), U8(11), 511 B(LdaContextSlot), R(1), U8(11),
512 B(Star), R(11), 512 B(Star), R(11),
513 B(LdaContextSlot), R(1), U8(7), 513 B(LdaContextSlot), R(1), U8(7),
514 B(Star), R(12), 514 B(Star), R(12),
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 kInstanceTypeDontCare, 633 kInstanceTypeDontCare,
634 kInstanceTypeDontCare, 634 kInstanceTypeDontCare,
635 ] 635 ]
636 handlers: [ 636 handlers: [
637 [36, 712, 718], 637 [36, 712, 718],
638 [150, 448, 454], 638 [150, 448, 454],
639 [153, 399, 401], 639 [153, 399, 401],
640 [556, 571, 573], 640 [556, 571, 573],
641 ] 641 ]
642 642
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698