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

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

Issue 2707873002: Collect type profile for DevTools. (Closed)
Patch Set: Use constructor name if available. Created 3 years, 10 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 " 86 "
87 frame size: 1 87 frame size: 1
88 parameter count: 1 88 parameter count: 1
89 bytecode array length: 14 89 bytecode array length: 14
90 bytecodes: [ 90 bytecodes: [
91 B(CreateFunctionContext), U8(1), 91 B(CreateFunctionContext), U8(1),
92 B(PushContext), R(0), 92 B(PushContext), R(0),
93 /* 10 E> */ B(StackCheck), 93 /* 10 E> */ B(StackCheck),
94 /* 26 S> */ B(Ldar), R(this), 94 /* 26 S> */ B(Ldar), R(this),
95 /* 26 E> */ B(StaCurrentContextSlot), U8(4), 95 /* 26 E> */ B(StaCurrentContextSlot), U8(4),
96 /* 32 S> */ B(CreateClosure), U8(0), U8(2), U8(2), 96 /* 32 S> */ B(CreateClosure), U8(0), U8(4), U8(2),
97 /* 65 S> */ B(Return), 97 /* 65 S> */ B(Return),
98 ] 98 ]
99 constant pool: [ 99 constant pool: [
100 SHARED_FUNCTION_INFO_TYPE, 100 SHARED_FUNCTION_INFO_TYPE,
101 ] 101 ]
102 handlers: [ 102 handlers: [
103 ] 103 ]
104 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698