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

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

Issue 2655733003: Thread maybe-assigned through the bytecodes. (Closed)
Patch Set: Comment Created 3 years, 10 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 Person { 10 class Person {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 B(Star), R(4), 135 B(Star), R(4),
136 B(LdaTheHole), 136 B(LdaTheHole),
137 B(Star), R(5), 137 B(Star), R(5),
138 B(LdaSmi), I8(62), 138 B(LdaSmi), I8(62),
139 B(Star), R(7), 139 B(Star), R(7),
140 B(Wide), B(LdaSmi), I16(128), 140 B(Wide), B(LdaSmi), I16(128),
141 B(Star), R(8), 141 B(Star), R(8),
142 B(Mov), R(4), R(6), 142 B(Mov), R(4), R(6),
143 B(CallRuntime), U16(Runtime::kDefineClass), R(5), U8(4), 143 B(CallRuntime), U16(Runtime::kDefineClass), R(5), U8(4),
144 B(Star), R(5), 144 B(Star), R(5),
145 B(LdaCurrentContextSlot), U8(4), 145 B(LdaImmutableCurrentContextSlot), U8(4),
146 /* 75 E> */ B(ToName), R(7), 146 /* 75 E> */ B(ToName), R(7),
147 B(CreateClosure), U8(3), U8(3), U8(2), 147 B(CreateClosure), U8(3), U8(3), U8(2),
148 B(Star), R(8), 148 B(Star), R(8),
149 B(LdaSmi), I8(2), 149 B(LdaSmi), I8(2),
150 B(Star), R(9), 150 B(Star), R(9),
151 B(Ldar), R(8), 151 B(Ldar), R(8),
152 B(StaDataPropertyInLiteral), R(5), R(7), U8(3), U8(5), 152 B(StaDataPropertyInLiteral), R(5), R(7), U8(3), U8(5),
153 B(LdaCurrentContextSlot), U8(5), 153 B(LdaImmutableCurrentContextSlot), U8(5),
154 /* 106 E> */ B(ToName), R(7), 154 /* 106 E> */ B(ToName), R(7),
155 B(LdaConstant), U8(4), 155 B(LdaConstant), U8(4),
156 B(TestEqualStrict), R(7), U8(0), 156 B(TestEqualStrict), R(7), U8(0),
157 B(Mov), R(4), R(6), 157 B(Mov), R(4), R(6),
158 B(JumpIfToBooleanFalse), U8(7), 158 B(JumpIfToBooleanFalse), U8(7),
159 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0), 159 B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
160 B(CreateClosure), U8(5), U8(4), U8(2), 160 B(CreateClosure), U8(5), U8(4), U8(2),
161 B(Star), R(8), 161 B(Star), R(8),
162 B(StaDataPropertyInLiteral), R(6), R(7), U8(3), U8(7), 162 B(StaDataPropertyInLiteral), R(6), R(7), U8(3), U8(7),
163 B(CallRuntime), U16(Runtime::kInstallClassNameAccessorWithCheck) , R(4), U8(1), 163 B(CallRuntime), U16(Runtime::kInstallClassNameAccessorWithCheck) , R(4), U8(1),
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ] 279 ]
280 constant pool: [ 280 constant pool: [
281 SHARED_FUNCTION_INFO_TYPE, 281 SHARED_FUNCTION_INFO_TYPE,
282 SHARED_FUNCTION_INFO_TYPE, 282 SHARED_FUNCTION_INFO_TYPE,
283 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"], 283 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
284 SHARED_FUNCTION_INFO_TYPE, 284 SHARED_FUNCTION_INFO_TYPE,
285 ] 285 ]
286 handlers: [ 286 handlers: [
287 ] 287 ]
288 288
OLDNEW
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698