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

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

Issue 2187523002: [interpreter] Add CreateFunctionContext bytecode (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@fncontextstubslotparam
Patch Set: fix bytecode graph builder Created 4 years, 4 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 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 96
97 --- 97 ---
98 snippet: " 98 snippet: "
99 'use strict'; 99 'use strict';
100 var a = {1:10}; 100 var a = {1:10};
101 (function f1() {return a;}); 101 (function f1() {return a;});
102 return delete a[1]; 102 return delete a[1];
103 " 103 "
104 frame size: 2 104 frame size: 2
105 parameter count: 1 105 parameter count: 1
106 bytecode array length: 29 106 bytecode array length: 26
107 bytecodes: [ 107 bytecodes: [
108 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 108 B(CreateFunctionContext), U8(1),
109 B(PushContext), R(0), 109 B(PushContext), R(0),
110 /* 30 E> */ B(StackCheck), 110 /* 30 E> */ B(StackCheck),
111 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), 111 /* 56 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
112 B(Star), R(1), 112 B(Star), R(1),
113 /* 56 E> */ B(StaContextSlot), R(context), U8(4), 113 /* 56 E> */ B(StaContextSlot), R(context), U8(4),
114 /* 64 S> */ B(CreateClosure), U8(1), U8(2), 114 /* 64 S> */ B(CreateClosure), U8(1), U8(2),
115 /* 93 S> */ B(LdrContextSlot), R(context), U8(4), R(1), 115 /* 93 S> */ B(LdrContextSlot), R(context), U8(4), R(1),
116 B(LdaSmi), U8(1), 116 B(LdaSmi), U8(1),
117 B(DeletePropertyStrict), R(1), 117 B(DeletePropertyStrict), R(1),
118 /* 113 S> */ B(Return), 118 /* 113 S> */ B(Return),
(...skipping 15 matching lines...) Expand all
134 bytecodes: [ 134 bytecodes: [
135 /* 30 E> */ B(StackCheck), 135 /* 30 E> */ B(StackCheck),
136 /* 34 S> */ B(LdaTrue), 136 /* 34 S> */ B(LdaTrue),
137 /* 56 S> */ B(Return), 137 /* 56 S> */ B(Return),
138 ] 138 ]
139 constant pool: [ 139 constant pool: [
140 ] 140 ]
141 handlers: [ 141 handlers: [
142 ] 142 ]
143 143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698