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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ThisFunction.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 var f; 12 var f;
14 f = function f() {}; 13 f = function f() {};
15 f(); 14 f();
16 " 15 "
(...skipping 24 matching lines...) Expand all
41 /* 21 E> */ B(StackCheck), 40 /* 21 E> */ B(StackCheck),
42 B(Mov), R(closure), R(0), 41 B(Mov), R(closure), R(0),
43 /* 26 S> */ B(Ldar), R(0), 42 /* 26 S> */ B(Ldar), R(0),
44 /* 36 S> */ B(Return), 43 /* 36 S> */ B(Return),
45 ] 44 ]
46 constant pool: [ 45 constant pool: [
47 ] 46 ]
48 handlers: [ 47 handlers: [
49 ] 48 ]
50 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698