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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/CallNew.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: mixed
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 bar() { this.value = 0; } 12 function bar() { this.value = 0; }
14 function f() { return new bar(); } 13 function f() { return new bar(); }
15 f(); 14 f();
16 " 15 "
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 B(Star), R(3), 76 B(Star), R(3),
78 B(Ldar), R(0), 77 B(Ldar), R(0),
79 /* 112 E> */ B(New), R(0), R(1), U8(3), U8(1), 78 /* 112 E> */ B(New), R(0), R(1), U8(3), U8(1),
80 /* 130 S> */ B(Return), 79 /* 130 S> */ B(Return),
81 ] 80 ]
82 constant pool: [ 81 constant pool: [
83 ] 82 ]
84 handlers: [ 83 handlers: [
85 ] 84 ]
86 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698