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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/NewAndSpread.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: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 class A { constructor(...args) { this.args = args; } } 10 class A { constructor(...args) { this.args = args; } }
(...skipping 17 matching lines...) Expand all
28 B(LdaSmi), I8(88), 28 B(LdaSmi), I8(88),
29 B(Star), R(7), 29 B(Star), R(7),
30 B(Mov), R(3), R(5), 30 B(Mov), R(3), R(5),
31 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4), 31 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
32 B(Star), R(4), 32 B(Star), R(4),
33 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1), 33 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1),
34 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 34 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
35 B(Star), R(0), 35 B(Star), R(0),
36 B(Star), R(1), 36 B(Star), R(1),
37 B(Star), R(2), 37 B(Star), R(2),
38 /* 89 S> */ B(CreateArrayLiteral), U8(1), U8(5), U8(9), 38 /* 89 S> */ B(CreateArrayLiteral), U8(1), U8(5), U8(17),
39 B(Star), R(4), 39 B(Star), R(4),
40 B(Ldar), R(2), 40 B(Ldar), R(2),
41 /* 89 E> */ B(ConstructWithSpread), R(2), R(4), U8(1), 41 /* 89 E> */ B(ConstructWithSpread), R(2), R(4), U8(1),
42 B(LdaUndefined), 42 B(LdaUndefined),
43 /* 110 S> */ B(Return), 43 /* 110 S> */ B(Return),
44 ] 44 ]
45 constant pool: [ 45 constant pool: [
46 SHARED_FUNCTION_INFO_TYPE, 46 SHARED_FUNCTION_INFO_TYPE,
47 TUPLE2_TYPE, 47 TUPLE2_TYPE,
48 ] 48 ]
(...skipping 25 matching lines...) Expand all
74 B(Mov), R(3), R(5), 74 B(Mov), R(3), R(5),
75 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4), 75 B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
76 B(Star), R(4), 76 B(Star), R(4),
77 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1), 77 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1),
78 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 78 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
79 B(Star), R(0), 79 B(Star), R(0),
80 B(Star), R(1), 80 B(Star), R(1),
81 B(Star), R(2), 81 B(Star), R(2),
82 /* 89 S> */ B(LdaZero), 82 /* 89 S> */ B(LdaZero),
83 B(Star), R(4), 83 B(Star), R(4),
84 B(CreateArrayLiteral), U8(1), U8(5), U8(9), 84 B(CreateArrayLiteral), U8(1), U8(5), U8(17),
85 B(Star), R(5), 85 B(Star), R(5),
86 B(Ldar), R(2), 86 B(Ldar), R(2),
87 /* 89 E> */ B(ConstructWithSpread), R(2), R(4), U8(2), 87 /* 89 E> */ B(ConstructWithSpread), R(2), R(4), U8(2),
88 B(LdaUndefined), 88 B(LdaUndefined),
89 /* 113 S> */ B(Return), 89 /* 113 S> */ B(Return),
90 ] 90 ]
91 constant pool: [ 91 constant pool: [
92 SHARED_FUNCTION_INFO_TYPE, 92 SHARED_FUNCTION_INFO_TYPE,
93 TUPLE2_TYPE, 93 TUPLE2_TYPE,
94 ] 94 ]
(...skipping 27 matching lines...) Expand all
122 B(Star), R(4), 122 B(Star), R(4),
123 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1), 123 B(CallRuntime), U16(Runtime::kInstallClassNameAccessor), R(3), U 8(1),
124 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1), 124 B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
125 B(Star), R(0), 125 B(Star), R(0),
126 B(Star), R(1), 126 B(Star), R(1),
127 B(Star), R(2), 127 B(Star), R(2),
128 /* 89 S> */ B(LdaUndefined), 128 /* 89 S> */ B(LdaUndefined),
129 B(Star), R(3), 129 B(Star), R(3),
130 B(LdaUndefined), 130 B(LdaUndefined),
131 B(Star), R(5), 131 B(Star), R(5),
132 /* 93 E> */ B(CreateArrayLiteral), U8(1), U8(3), U8(9), 132 /* 93 E> */ B(CreateArrayLiteral), U8(1), U8(3), U8(17),
133 B(Star), R(6), 133 B(Star), R(6),
134 B(LdaUndefined), 134 B(LdaUndefined),
135 B(Star), R(7), 135 B(Star), R(7),
136 B(CreateArrayLiteral), U8(2), U8(4), U8(9), 136 B(CreateArrayLiteral), U8(2), U8(4), U8(17),
137 B(Star), R(8), 137 B(Star), R(8),
138 B(CallJSRuntime), U8(%spread_iterable), R(7), U8(2), 138 B(CallJSRuntime), U8(%spread_iterable), R(7), U8(2),
139 B(Star), R(7), 139 B(Star), R(7),
140 B(CreateArrayLiteral), U8(3), U8(5), U8(9), 140 B(CreateArrayLiteral), U8(3), U8(5), U8(17),
141 B(Star), R(8), 141 B(Star), R(8),
142 B(CallJSRuntime), U8(%spread_arguments), R(5), U8(4), 142 B(CallJSRuntime), U8(%spread_arguments), R(5), U8(4),
143 B(Star), R(5), 143 B(Star), R(5),
144 B(Mov), R(1), R(4), 144 B(Mov), R(1), R(4),
145 B(CallJSRuntime), U8(%reflect_construct), R(3), U8(3), 145 B(CallJSRuntime), U8(%reflect_construct), R(3), U8(3),
146 B(LdaUndefined), 146 B(LdaUndefined),
147 /* 116 S> */ B(Return), 147 /* 116 S> */ B(Return),
148 ] 148 ]
149 constant pool: [ 149 constant pool: [
150 SHARED_FUNCTION_INFO_TYPE, 150 SHARED_FUNCTION_INFO_TYPE,
151 TUPLE2_TYPE, 151 TUPLE2_TYPE,
152 TUPLE2_TYPE, 152 TUPLE2_TYPE,
153 TUPLE2_TYPE, 153 TUPLE2_TYPE,
154 ] 154 ]
155 handlers: [ 155 handlers: [
156 ] 156 ]
157 157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698