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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 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 pool type: string
7 execute: yes 6 execute: yes
8 wrap: yes 7 wrap: yes
9 do expressions: yes 8 do expressions: yes
10 9
11 --- 10 ---
12 snippet: " 11 snippet: "
13 var a = do { }; return a; 12 var a = do { }; return a;
14 " 13 "
15 frame size: 2 14 frame size: 2
16 parameter count: 1 15 parameter count: 1
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 B(Star), R(1), 64 B(Star), R(1),
66 /* 74 S> */ B(Jump), U8(2), 65 /* 74 S> */ B(Jump), U8(2),
67 B(LdaUndefined), 66 B(LdaUndefined),
68 /* 94 S> */ B(Return), 67 /* 94 S> */ B(Return),
69 ] 68 ]
70 constant pool: [ 69 constant pool: [
71 ] 70 ]
72 handlers: [ 71 handlers: [
73 ] 72 ]
74 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698