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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CreateArguments.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: no 7 wrap: no
9 test function name: f 8 test function name: f
10 9
11 --- 10 ---
12 snippet: " 11 snippet: "
13 function f() { return arguments; } 12 function f() { return arguments; }
14 f(); 13 f();
15 " 14 "
16 frame size: 1 15 frame size: 1
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 B(Star), R(0), 134 B(Star), R(0),
136 /* 10 E> */ B(StackCheck), 135 /* 10 E> */ B(StackCheck),
137 /* 36 S> */ B(Nop), 136 /* 36 S> */ B(Nop),
138 /* 54 S> */ B(Return), 137 /* 54 S> */ B(Return),
139 ] 138 ]
140 constant pool: [ 139 constant pool: [
141 ] 140 ]
142 handlers: [ 141 handlers: [
143 ] 142 ]
144 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698