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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ObjectLiterals.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: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 return { }; 10 return { };
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 var a = 1; return { val: a, val: a + 1 }; 71 var a = 1; return { val: a, val: a + 1 };
72 " 72 "
73 frame size: 2 73 frame size: 2
74 parameter count: 1 74 parameter count: 1
75 bytecode array length: 21 75 bytecode array length: 21
76 bytecodes: [ 76 bytecodes: [
77 /* 30 E> */ B(StackCheck), 77 /* 30 E> */ B(StackCheck),
78 /* 42 S> */ B(LdaSmi), U8(1), 78 /* 42 S> */ B(LdaSmi), U8(1),
79 B(Star), R(0), 79 B(Star), R(0),
80 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), 80 /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
81 /* 67 E> */ B(AddSmi), U8(1), R(0), U8(2), 81 /* 69 E> */ B(AddSmi), U8(1), R(0), U8(2),
82 B(StaNamedPropertySloppy), R(1), U8(1), U8(3), 82 B(StaNamedPropertySloppy), R(1), U8(1), U8(3),
83 B(Ldar), R(1), 83 B(Ldar), R(1),
84 /* 76 S> */ B(Return), 84 /* 76 S> */ B(Return),
85 ] 85 ]
86 constant pool: [ 86 constant pool: [
87 FIXED_ARRAY_TYPE, 87 FIXED_ARRAY_TYPE,
88 ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"], 88 ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
89 ] 89 ]
90 handlers: [ 90 handlers: [
91 ] 91 ]
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"], 415 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
416 FIXED_ARRAY_TYPE, 416 FIXED_ARRAY_TYPE,
417 ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"], 417 ONE_BYTE_INTERNALIZED_STRING_TYPE ["val"],
418 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], 418 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
419 SHARED_FUNCTION_INFO_TYPE, 419 SHARED_FUNCTION_INFO_TYPE,
420 SHARED_FUNCTION_INFO_TYPE, 420 SHARED_FUNCTION_INFO_TYPE,
421 ] 421 ]
422 handlers: [ 422 handlers: [
423 ] 423 ]
424 424
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698