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

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

Issue 2811183005: Do not use new struct type where unnecessary. (Closed)
Patch Set: rebase Created 3 years, 8 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 wrap: no 6 wrap: no
7 test function name: test 7 test function name: test
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 B(JumpIfNotHole), U8(4), 137 B(JumpIfNotHole), U8(4),
138 B(Jump), U8(7), 138 B(Jump), U8(7),
139 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0), 139 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0),
140 B(Mov), R(4), R(this), 140 B(Mov), R(4), R(this),
141 B(Ldar), R(this), 141 B(Ldar), R(this),
142 B(JumpIfNotHole), U8(7), 142 B(JumpIfNotHole), U8(7),
143 B(CallRuntime), U16(Runtime::kThrowSuperNotCalled), R(0), U8(0), 143 B(CallRuntime), U16(Runtime::kThrowSuperNotCalled), R(0), U8(0),
144 /* 162 S> */ B(Return), 144 /* 162 S> */ B(Return),
145 ] 145 ]
146 constant pool: [ 146 constant pool: [
147 CONSTANT_ELEMENTS_PAIR_TYPE, 147 TUPLE2_TYPE,
148 CONSTANT_ELEMENTS_PAIR_TYPE, 148 TUPLE2_TYPE,
149 ] 149 ]
150 handlers: [ 150 handlers: [
151 ] 151 ]
152 152
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/NewAndSpread.golden ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698