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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/PropertyCall.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: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 " 60 "
61 frame size: 4 61 frame size: 4
62 parameter count: 3 62 parameter count: 3
63 bytecode array length: 27 63 bytecode array length: 27
64 bytecodes: [ 64 bytecodes: [
65 /* 10 E> */ B(StackCheck), 65 /* 10 E> */ B(StackCheck),
66 /* 19 S> */ B(Nop), 66 /* 19 S> */ B(Nop),
67 /* 27 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(4), 67 /* 27 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(4),
68 B(Star), R(0), 68 B(Star), R(0),
69 B(Ldar), R(arg1), 69 B(Ldar), R(arg1),
70 /* 37 E> */ B(Add), R(arg1), U8(6), 70 /* 35 E> */ B(Add), R(arg1), U8(6),
71 B(Star), R(2), 71 B(Star), R(2),
72 B(Mov), R(arg0), R(1), 72 B(Mov), R(arg0), R(1),
73 B(Mov), R(arg1), R(3), 73 B(Mov), R(arg1), R(3),
74 /* 28 E> */ B(CallProperty), R(0), R(1), U8(3), U8(2), 74 /* 28 E> */ B(CallProperty), R(0), R(1), U8(3), U8(2),
75 /* 44 S> */ B(Return), 75 /* 44 S> */ B(Return),
76 ] 76 ]
77 constant pool: [ 77 constant pool: [
78 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], 78 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
79 ] 79 ]
80 handlers: [ 80 handlers: [
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 B(Star), R(0), 480 B(Star), R(0),
481 /* 1178 E> */ B(Wide), B(CallProperty), R16(0), R16(arg0), U16(1), U16(258), 481 /* 1178 E> */ B(Wide), B(CallProperty), R16(0), R16(arg0), U16(1), U16(258),
482 /* 1186 S> */ B(Return), 482 /* 1186 S> */ B(Return),
483 ] 483 ]
484 constant pool: [ 484 constant pool: [
485 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], 485 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
486 ] 486 ]
487 handlers: [ 487 handlers: [
488 ] 488 ]
489 489
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698