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

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

Issue 2555263002: [Interpreter] Add expression positions to BinaryOps. (Closed)
Patch Set: Add message test 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 18 matching lines...) Expand all
29 /* 104 S> */ B(LdaConstant), U8(0), 29 /* 104 S> */ B(LdaConstant), U8(0),
30 /* 111 E> */ B(LdaKeyedProperty), R(closure), U8(4), 30 /* 111 E> */ B(LdaKeyedProperty), R(closure), U8(4),
31 B(Star), R(4), 31 B(Star), R(4),
32 B(LdaConstant), U8(1), 32 B(LdaConstant), U8(1),
33 B(Star), R(5), 33 B(Star), R(5),
34 B(Mov), R(this), R(3), 34 B(Mov), R(this), R(3),
35 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3), 35 B(CallRuntime), U16(Runtime::kLoadFromSuper), R(3), U8(3),
36 B(Star), R(1), 36 B(Star), R(1),
37 /* 117 E> */ B(Call), R(1), R(this), U8(1), U8(2), 37 /* 117 E> */ B(Call), R(1), R(this), U8(1), U8(2),
38 B(Star), R(1), 38 B(Star), R(1),
39 B(AddSmi), U8(1), R(1), U8(8), 39 /* 126 E> */ B(AddSmi), U8(1), R(1), U8(8),
40 /* 131 S> */ B(Return), 40 /* 131 S> */ B(Return),
41 ] 41 ]
42 constant pool: [ 42 constant pool: [
43 SYMBOL_TYPE, 43 SYMBOL_TYPE,
44 ONE_BYTE_INTERNALIZED_STRING_TYPE ["method"], 44 ONE_BYTE_INTERNALIZED_STRING_TYPE ["method"],
45 ] 45 ]
46 handlers: [ 46 handlers: [
47 ] 47 ]
48 48
49 --- 49 ---
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), 197 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1),
198 /* 139 S> */ B(Return), 198 /* 139 S> */ B(Return),
199 ] 199 ]
200 constant pool: [ 200 constant pool: [
201 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"], 201 ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
202 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"], 202 ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"],
203 ] 203 ]
204 handlers: [ 204 handlers: [
205 ] 205 ]
206 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698