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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallGlobal.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 t() { } 12 function t() { }
14 function f() { return t(); } 13 function f() { return t(); }
15 f(); 14 f();
16 " 15 "
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 B(LdaSmi), U8(3), 48 B(LdaSmi), U8(3),
50 B(Star), R(4), 49 B(Star), R(4),
51 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(1), 50 /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(1),
52 /* 58 S> */ B(Return), 51 /* 58 S> */ B(Return),
53 ] 52 ]
54 constant pool: [ 53 constant pool: [
55 ] 54 ]
56 handlers: [ 55 handlers: [
57 ] 56 ]
58 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698