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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CreateRestParameter.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: number
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(...restArgs) { return restArgs; } 12 function f(...restArgs) { return restArgs; }
14 f(); 13 f();
15 " 14 "
16 frame size: 1 15 frame size: 1
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 B(LdaZero), 96 B(LdaZero),
98 /* 59 E> */ B(LdaKeyedProperty), R(0), U8(3), 97 /* 59 E> */ B(LdaKeyedProperty), R(0), U8(3),
99 B(Add), R(4), U8(5), 98 B(Add), R(4), U8(5),
100 /* 64 S> */ B(Return), 99 /* 64 S> */ B(Return),
101 ] 100 ]
102 constant pool: [ 101 constant pool: [
103 ] 102 ]
104 handlers: [ 103 handlers: [
105 ] 104 ]
106 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698