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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/Delete.golden

Issue 2504153002: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: REBASE. Created 4 years 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 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 var a = {x:13, y:14}; return delete a.x; 10 var a = {x:13, y:14}; return delete a.x;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 --- 92 ---
93 snippet: " 93 snippet: "
94 'use strict'; 94 'use strict';
95 var a = {1:10}; 95 var a = {1:10};
96 (function f1() {return a;}); 96 (function f1() {return a;});
97 return delete a[1]; 97 return delete a[1];
98 " 98 "
99 frame size: 2 99 frame size: 2
100 parameter count: 1 100 parameter count: 1
101 bytecode array length: 26 101 bytecode array length: 27
102 bytecodes: [ 102 bytecodes: [
103 B(CreateFunctionContext), U8(1), 103 B(CreateFunctionContext), U8(1),
104 B(PushContext), R(0), 104 B(PushContext), R(0),
105 /* 30 E> */ B(StackCheck), 105 /* 30 E> */ B(StackCheck),
106 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), 106 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
107 B(Ldar), R(1), 107 B(Ldar), R(1),
108 /* 56 E> */ B(StaCurrentContextSlot), U8(4), 108 /* 56 E> */ B(StaCurrentContextSlot), U8(4),
109 /* 64 S> */ B(CreateClosure), U8(1), U8(2), 109 /* 64 S> */ B(CreateClosure), U8(1), U8(2), U8(2),
110 /* 93 S> */ B(LdaCurrentContextSlot), U8(4), 110 /* 93 S> */ B(LdaCurrentContextSlot), U8(4),
111 B(Star), R(1), 111 B(Star), R(1),
112 B(LdaSmi), U8(1), 112 B(LdaSmi), U8(1),
113 B(DeletePropertyStrict), R(1), 113 B(DeletePropertyStrict), R(1),
114 /* 113 S> */ B(Return), 114 /* 113 S> */ B(Return),
115 ] 115 ]
116 constant pool: [ 116 constant pool: [
117 FIXED_ARRAY_TYPE, 117 FIXED_ARRAY_TYPE,
118 SHARED_FUNCTION_INFO_TYPE, 118 SHARED_FUNCTION_INFO_TYPE,
119 ] 119 ]
(...skipping 10 matching lines...) Expand all
130 bytecodes: [ 130 bytecodes: [
131 /* 30 E> */ B(StackCheck), 131 /* 30 E> */ B(StackCheck),
132 /* 34 S> */ B(LdaTrue), 132 /* 34 S> */ B(LdaTrue),
133 /* 56 S> */ B(Return), 133 /* 56 S> */ B(Return),
134 ] 134 ]
135 constant pool: [ 135 constant pool: [
136 ] 136 ]
137 handlers: [ 137 handlers: [
138 ] 138 ]
139 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698