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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/OuterContextVariables.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 Outer() { 12 function Outer() {
14 var outerVar = 1; 13 var outerVar = 1;
15 function Inner(innerArg) { 14 function Inner(innerArg) {
16 this.innerFunc = function() { return outerVar * innerArg; } 15 this.innerFunc = function() { return outerVar * innerArg; }
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 B(Ldar), R(0), 57 B(Ldar), R(0),
59 B(StaContextSlot), R(1), U8(4), 58 B(StaContextSlot), R(1), U8(4),
60 B(LdaUndefined), 59 B(LdaUndefined),
61 /* 123 S> */ B(Return), 60 /* 123 S> */ B(Return),
62 ] 61 ]
63 constant pool: [ 62 constant pool: [
64 ] 63 ]
65 handlers: [ 64 handlers: [
66 ] 65 ]
67 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698