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

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

Issue 2445333002: Ensure slow properties for simple {__proto__:null} literals. (Closed)
Patch Set: fixing compilation issue Created 3 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 wrap: no 6 wrap: no
7 test function name: test 7 test function name: test
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 B(LdaTheHole), 112 B(LdaTheHole),
113 B(Star), R(3), 113 B(Star), R(3),
114 /* 128 E> */ B(StackCheck), 114 /* 128 E> */ B(StackCheck),
115 B(Mov), R(2), R(3), 115 B(Mov), R(2), R(3),
116 /* 140 S> */ B(LdaUndefined), 116 /* 140 S> */ B(LdaUndefined),
117 B(Star), R(4), 117 B(Star), R(4),
118 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) , 118 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) ,
119 B(Star), R(5), 119 B(Star), R(5),
120 B(LdaUndefined), 120 B(LdaUndefined),
121 B(Star), R(6), 121 B(Star), R(6),
122 B(CreateArrayLiteral), U8(0), U8(2), U8(9), 122 B(CreateArrayLiteral), U8(0), U8(2), U8(17),
123 B(Star), R(7), 123 B(Star), R(7),
124 B(LdaUndefined), 124 B(LdaUndefined),
125 B(Star), R(8), 125 B(Star), R(8),
126 B(Mov), R(2), R(9), 126 B(Mov), R(2), R(9),
127 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(8), U8(2), 127 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(8), U8(2),
128 B(Star), R(8), 128 B(Star), R(8),
129 B(CreateArrayLiteral), U8(1), U8(3), U8(9), 129 B(CreateArrayLiteral), U8(1), U8(3), U8(17),
130 B(Star), R(9), 130 B(Star), R(9),
131 B(CallJSRuntime), U8(%spread_arguments), R(6), U8(4), 131 B(CallJSRuntime), U8(%spread_arguments), R(6), U8(4),
132 B(Star), R(6), 132 B(Star), R(6),
133 B(Mov), R(0), R(7), 133 B(Mov), R(0), R(7),
134 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(4), U8(4), 134 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(4), U8(4),
135 B(Star), R(4), 135 B(Star), R(4),
136 B(Ldar), R(this), 136 B(Ldar), R(this),
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 TUPLE2_TYPE, 147 TUPLE2_TYPE,
148 TUPLE2_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/ObjectLiterals.golden ('k') | test/mjsunit/object-literal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698