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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/IfConditions.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 10
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 B(LdaSmi), U8(1), 717 B(LdaSmi), U8(1),
718 B(Return), 718 B(Return),
719 B(Ldar), R(arg0), 719 B(Ldar), R(arg0),
720 B(Star), R(0), 720 B(Star), R(0),
721 B(Ldar), R(arg1), 721 B(Ldar), R(arg1),
722 B(Star), R(1), 722 B(Star), R(1),
723 B(Star), R(3), 723 B(Star), R(3),
724 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(3), U8(1), 724 B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(3), U8(1),
725 B(JumpIfToBooleanFalse), U8(4), 725 B(JumpIfToBooleanFalse), U8(4),
726 B(Jump), U8(16), 726 B(Jump), U8(16),
727 B(LdaSmi), U8(60), 727 B(LdaSmi), U8(61),
728 B(Star), R(3), 728 B(Star), R(3),
729 B(LdaConstant), U8(0), 729 B(LdaConstant), U8(0),
730 B(Star), R(4), 730 B(Star), R(4),
731 B(CallRuntime), U16(Runtime::kNewTypeError), R(3), U8(2), 731 B(CallRuntime), U16(Runtime::kNewTypeError), R(3), U8(2),
732 B(Throw), 732 B(Throw),
733 B(Ldar), R(1), 733 B(Ldar), R(1),
734 B(Star), R(3), 734 B(Star), R(3),
735 B(LdaConstant), U8(1), 735 B(LdaConstant), U8(1),
736 B(KeyedLoadIC), R(3), U8(1), 736 B(KeyedLoadIC), R(3), U8(1),
737 B(Star), R(2), 737 B(Star), R(2),
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 B(LdaSmi), U8(-20), 812 B(LdaSmi), U8(-20),
813 B(Return), 813 B(Return),
814 B(LdaUndefined), 814 B(LdaUndefined),
815 B(Return), 815 B(Return),
816 ] 816 ]
817 constant pool: [ 817 constant pool: [
818 ] 818 ]
819 handlers: [ 819 handlers: [
820 ] 820 ]
821 821
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/Generators.golden ('k') | test/mjsunit/regress/regress-353004.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698