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

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

Issue 2581683003: Introduce {ConstantElementsPair} struct for type safety. (Closed)
Patch Set: Re-cemment bytecode tests. 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
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 143 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
144 B(Mov), R(3), R(this), 144 B(Mov), R(3), R(this),
145 B(Ldar), R(this), 145 B(Ldar), R(this),
146 B(JumpIfNotHole), U8(11), 146 B(JumpIfNotHole), U8(11),
147 B(LdaConstant), U8(2), 147 B(LdaConstant), U8(2),
148 B(Star), R(3), 148 B(Star), R(3),
149 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 149 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
150 /* 162 S> */ B(Return), 150 /* 162 S> */ B(Return),
151 ] 151 ]
152 constant pool: [ 152 constant pool: [
153 FIXED_ARRAY_TYPE, 153 CONSTANT_ELEMENTS_PAIR_TYPE,
154 FIXED_ARRAY_TYPE, 154 CONSTANT_ELEMENTS_PAIR_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

Powered by Google App Engine
This is Rietveld 408576698