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

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

Issue 2563423002: [Ignition] Fix incorrect arg evaluation order for some super calls. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: test 7 test function name: test
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 B(Mov), R(new_target), R(0), 63 B(Mov), R(new_target), R(0),
64 B(Ldar), R(new_target), 64 B(Ldar), R(new_target),
65 /* 128 E> */ B(StackCheck), 65 /* 128 E> */ B(StackCheck),
66 /* 140 S> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) , 66 /* 140 S> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) ,
67 B(Star), R(3), 67 B(Star), R(3),
68 B(LdaSmi), U8(1), 68 B(LdaSmi), U8(1),
69 B(Star), R(6), 69 B(Star), R(6),
70 B(Mov), R(3), R(4), 70 B(Mov), R(3), R(4),
71 B(Mov), R(0), R(5), 71 B(Mov), R(0), R(5),
72 B(Mov), R(2), R(7), 72 B(Mov), R(2), R(7),
73 /* 152 E> */ B(NewWithSpread), R(4), U8(4), 73 /* 140 E> */ B(NewWithSpread), R(4), U8(4),
74 B(Star), R(3), 74 B(Star), R(3),
75 B(Ldar), R(this), 75 B(Ldar), R(this),
76 B(JumpIfNotHole), U8(4), 76 B(JumpIfNotHole), U8(4),
77 B(Jump), U8(11), 77 B(Jump), U8(11),
78 B(LdaConstant), U8(0), 78 B(LdaConstant), U8(0),
79 B(Star), R(4), 79 B(Star), R(4),
80 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 80 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
81 B(Mov), R(3), R(this), 81 B(Mov), R(3), R(this),
82 B(Ldar), R(this), 82 B(Ldar), R(this),
83 B(JumpIfNotHole), U8(11), 83 B(JumpIfNotHole), U8(11),
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 /* 162 S> */ B(Return), 150 /* 162 S> */ B(Return),
151 ] 151 ]
152 constant pool: [ 152 constant pool: [
153 FIXED_ARRAY_TYPE, 153 FIXED_ARRAY_TYPE,
154 FIXED_ARRAY_TYPE, 154 FIXED_ARRAY_TYPE,
155 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 155 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
156 ] 156 ]
157 handlers: [ 157 handlers: [
158 ] 158 ]
159 159
OLDNEW
« no previous file with comments | « src/interpreter/bytecode-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698