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

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

Issue 2578053003: [modules] Remove @@iterator on namespace objects. (Closed)
Patch Set: Skip out-of-date tests262 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 B(Star), R(3), 119 B(Star), R(3),
120 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) , 120 /* 140 E> */ B(CallRuntime), U16(Runtime::k_GetSuperConstructor), R(1), U8(1) ,
121 B(Star), R(4), 121 B(Star), R(4),
122 B(LdaUndefined), 122 B(LdaUndefined),
123 B(Star), R(5), 123 B(Star), R(5),
124 B(CreateArrayLiteral), U8(0), U8(0), U8(9), 124 B(CreateArrayLiteral), U8(0), U8(0), U8(9),
125 B(Star), R(6), 125 B(Star), R(6),
126 B(LdaUndefined), 126 B(LdaUndefined),
127 B(Star), R(7), 127 B(Star), R(7),
128 B(Mov), R(2), R(8), 128 B(Mov), R(2), R(8),
129 /* 152 E> */ B(CallJSRuntime), U8(157), R(7), U8(2), 129 /* 152 E> */ B(CallJSRuntime), U8(156), R(7), U8(2),
130 B(Star), R(7), 130 B(Star), R(7),
131 B(CreateArrayLiteral), U8(1), U8(1), U8(9), 131 B(CreateArrayLiteral), U8(1), U8(1), U8(9),
132 B(Star), R(8), 132 B(Star), R(8),
133 B(CallJSRuntime), U8(156), R(5), U8(4), 133 B(CallJSRuntime), U8(155), R(5), U8(4),
134 B(Star), R(5), 134 B(Star), R(5),
135 B(Mov), R(0), R(6), 135 B(Mov), R(0), R(6),
136 /* 140 E> */ B(CallJSRuntime), U8(153), R(3), U8(4), 136 /* 140 E> */ B(CallJSRuntime), U8(152), R(3), U8(4),
137 B(Star), R(3), 137 B(Star), R(3),
138 B(Ldar), R(this), 138 B(Ldar), R(this),
139 B(JumpIfNotHole), U8(4), 139 B(JumpIfNotHole), U8(4),
140 B(Jump), U8(11), 140 B(Jump), U8(11),
141 B(LdaConstant), U8(2), 141 B(LdaConstant), U8(2),
142 B(Star), R(4), 142 B(Star), R(4),
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 FIXED_ARRAY_TYPE,
154 FIXED_ARRAY_TYPE, 154 FIXED_ARRAY_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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/CallRuntime.golden ('k') | test/mjsunit/modules-namespace1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698