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

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

Issue 2445333002: Ensure slow properties for simple {__proto__:null} literals. (Closed)
Patch Set: addressing nits Created 3 years, 9 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 B(LdaTheHole), 115 B(LdaTheHole),
116 B(Star), R(3), 116 B(Star), R(3),
117 /* 128 E> */ B(StackCheck), 117 /* 128 E> */ B(StackCheck),
118 B(Mov), R(2), R(3), 118 B(Mov), R(2), R(3),
119 /* 140 S> */ B(LdaUndefined), 119 /* 140 S> */ B(LdaUndefined),
120 B(Star), R(4), 120 B(Star), R(4),
121 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) , 121 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) ,
122 B(Star), R(5), 122 B(Star), R(5),
123 B(LdaUndefined), 123 B(LdaUndefined),
124 B(Star), R(6), 124 B(Star), R(6),
125 B(CreateArrayLiteral), U8(0), U8(2), U8(9), 125 B(CreateArrayLiteral), U8(0), U8(2), U8(33),
126 B(Star), R(7), 126 B(Star), R(7),
127 B(LdaUndefined), 127 B(LdaUndefined),
128 B(Star), R(8), 128 B(Star), R(8),
129 B(Mov), R(2), R(9), 129 B(Mov), R(2), R(9),
130 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(8), U8(2), 130 /* 152 E> */ B(CallJSRuntime), U8(%spread_iterable), R(8), U8(2),
131 B(Star), R(8), 131 B(Star), R(8),
132 B(CreateArrayLiteral), U8(1), U8(3), U8(9), 132 B(CreateArrayLiteral), U8(1), U8(3), U8(33),
133 B(Star), R(9), 133 B(Star), R(9),
134 B(CallJSRuntime), U8(%spread_arguments), R(6), U8(4), 134 B(CallJSRuntime), U8(%spread_arguments), R(6), U8(4),
135 B(Star), R(6), 135 B(Star), R(6),
136 B(Mov), R(0), R(7), 136 B(Mov), R(0), R(7),
137 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(4), U8(4), 137 /* 140 E> */ B(CallJSRuntime), U8(%reflect_construct), R(4), U8(4),
138 B(Star), R(4), 138 B(Star), R(4),
139 B(Ldar), R(this), 139 B(Ldar), R(this),
140 B(JumpIfNotHole), U8(4), 140 B(JumpIfNotHole), U8(4),
141 B(Jump), U8(7), 141 B(Jump), U8(7),
142 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0), 142 /* 140 E> */ B(CallRuntime), U16(Runtime::kThrowSuperAlreadyCalledError), R(0 ), U8(0),
143 B(Mov), R(4), R(this), 143 B(Mov), R(4), R(this),
144 B(Ldar), R(this), 144 B(Ldar), R(this),
145 B(JumpIfNotHole), U8(11), 145 B(JumpIfNotHole), U8(11),
146 B(LdaConstant), U8(2), 146 B(LdaConstant), U8(2),
147 B(Star), R(4), 147 B(Star), R(4),
148 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 148 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
149 /* 162 S> */ B(Return), 149 /* 162 S> */ B(Return),
150 ] 150 ]
151 constant pool: [ 151 constant pool: [
152 CONSTANT_ELEMENTS_PAIR_TYPE, 152 CONSTANT_ELEMENTS_PAIR_TYPE,
153 CONSTANT_ELEMENTS_PAIR_TYPE, 153 CONSTANT_ELEMENTS_PAIR_TYPE,
154 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 154 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
155 ] 155 ]
156 handlers: [ 156 handlers: [
157 ] 157 ]
158 158
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698