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

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

Issue 2038323002: [interpreter] Filter expression positions at source. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
Patch Set: Rebase Created 4 years, 6 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 bytecode array length: 45 73 bytecode array length: 45
74 bytecodes: [ 74 bytecodes: [
75 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 75 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
76 B(PushContext), R(1), 76 B(PushContext), R(1),
77 B(LdaTheHole), 77 B(LdaTheHole),
78 B(StaContextSlot), R(context), U8(4), 78 B(StaContextSlot), R(context), U8(4),
79 B(CreateClosure), U8(0), U8(0), 79 B(CreateClosure), U8(0), U8(0),
80 B(Star), R(0), 80 B(Star), R(0),
81 /* 30 E> */ B(StackCheck), 81 /* 30 E> */ B(StackCheck),
82 /* 45 S> */ B(LdaSmi), U8(20), 82 /* 45 S> */ B(LdaSmi), U8(20),
83 /* 45 E> */ B(Star), R(2), 83 B(Star), R(2),
84 B(LdaContextSlot), R(context), U8(4), 84 /* 45 E> */ B(LdaContextSlot), R(context), U8(4),
85 B(JumpIfNotHole), U8(11), 85 B(JumpIfNotHole), U8(11),
86 B(LdaConstant), U8(1), 86 B(LdaConstant), U8(1),
87 B(Star), R(3), 87 B(Star), R(3),
88 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 88 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
89 B(Ldar), R(2), 89 B(Ldar), R(2),
90 B(StaContextSlot), R(context), U8(4), 90 B(StaContextSlot), R(context), U8(4),
91 /* 45 E> */ B(StaContextSlot), R(context), U8(4), 91 /* 45 E> */ B(StaContextSlot), R(context), U8(4),
92 B(LdaUndefined), 92 B(LdaUndefined),
93 /* 78 S> */ B(Return), 93 /* 78 S> */ B(Return),
94 ] 94 ]
(...skipping 15 matching lines...) Expand all
110 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1), 110 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U 8(1),
111 B(PushContext), R(1), 111 B(PushContext), R(1),
112 B(LdaTheHole), 112 B(LdaTheHole),
113 B(StaContextSlot), R(context), U8(4), 113 B(StaContextSlot), R(context), U8(4),
114 B(CreateClosure), U8(0), U8(0), 114 B(CreateClosure), U8(0), U8(0),
115 B(Star), R(0), 115 B(Star), R(0),
116 /* 30 E> */ B(StackCheck), 116 /* 30 E> */ B(StackCheck),
117 /* 42 S> */ B(LdaSmi), U8(10), 117 /* 42 S> */ B(LdaSmi), U8(10),
118 /* 42 E> */ B(StaContextSlot), R(context), U8(4), 118 /* 42 E> */ B(StaContextSlot), R(context), U8(4),
119 /* 46 S> */ B(LdaSmi), U8(20), 119 /* 46 S> */ B(LdaSmi), U8(20),
120 /* 48 E> */ B(Star), R(2), 120 B(Star), R(2),
121 B(LdaContextSlot), R(context), U8(4), 121 /* 48 E> */ B(LdaContextSlot), R(context), U8(4),
122 B(JumpIfNotHole), U8(11), 122 B(JumpIfNotHole), U8(11),
123 B(LdaConstant), U8(1), 123 B(LdaConstant), U8(1),
124 B(Star), R(3), 124 B(Star), R(3),
125 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1), 125 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(3), U8(1),
126 B(Ldar), R(2), 126 B(Ldar), R(2),
127 B(StaContextSlot), R(context), U8(4), 127 B(StaContextSlot), R(context), U8(4),
128 B(LdaUndefined), 128 B(LdaUndefined),
129 /* 80 S> */ B(Return), 129 /* 80 S> */ B(Return),
130 ] 130 ]
131 constant pool: [ 131 constant pool: [
132 InstanceType::SHARED_FUNCTION_INFO_TYPE, 132 InstanceType::SHARED_FUNCTION_INFO_TYPE,
133 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 133 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
134 ] 134 ]
135 handlers: [ 135 handlers: [
136 ] 136 ]
137 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698