1 | // SHA1Hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 |
2 | /* |
3 | * Copyright (C) 2019 Apple Inc. All rights reserved. |
4 | * |
5 | * Redistribution and use in source and binary forms, with or without |
6 | * modification, are permitted provided that the following conditions |
7 | * are met: |
8 | * |
9 | * 1. Redistributions of source code must retain the above copyright |
10 | * notice, this list of conditions and the following disclaimer. |
11 | * 2. Redistributions in binary form must reproduce the above copyright |
12 | * notice, this list of conditions and the following disclaimer in the |
13 | * documentation and/or other materials provided with the distribution. |
14 | * |
15 | * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
16 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
17 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
18 | * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
19 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
20 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
21 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
22 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
25 | |
26 | * Autogenerated from /opt/wk/webkit_cover/Source/JavaScriptCore/bytecode/BytecodeList.rb, do not modify. |
27 | */ |
28 | |
29 | namespace JSC { |
30 | |
31 | const unsigned OpCreateThis_m_dst_index = 1; |
32 | const unsigned OpCreateThis_m_callee_index = 2; |
33 | const unsigned OpCreateThis_m_inlineCapacity_index = 3; |
34 | const unsigned OpCreateThis_m_metadataID_index = 4; |
35 | const unsigned OpGetArgument_m_dst_index = 1; |
36 | const unsigned OpGetArgument_m_index_index = 2; |
37 | const unsigned OpGetArgument_m_metadataID_index = 3; |
38 | const unsigned OpToThis_m_srcDst_index = 1; |
39 | const unsigned OpToThis_m_metadataID_index = 2; |
40 | const unsigned OpNewObject_m_dst_index = 1; |
41 | const unsigned OpNewObject_m_inlineCapacity_index = 2; |
42 | const unsigned OpNewObject_m_metadataID_index = 3; |
43 | const unsigned OpNewArray_m_dst_index = 1; |
44 | const unsigned OpNewArray_m_argv_index = 2; |
45 | const unsigned OpNewArray_m_argc_index = 3; |
46 | const unsigned OpNewArray_m_recommendedIndexingType_index = 4; |
47 | const unsigned OpNewArray_m_metadataID_index = 5; |
48 | const unsigned OpNewArrayWithSize_m_dst_index = 1; |
49 | const unsigned OpNewArrayWithSize_m_length_index = 2; |
50 | const unsigned OpNewArrayWithSize_m_metadataID_index = 3; |
51 | const unsigned OpNewArrayBuffer_m_dst_index = 1; |
52 | const unsigned OpNewArrayBuffer_m_immutableButterfly_index = 2; |
53 | const unsigned OpNewArrayBuffer_m_recommendedIndexingType_index = 3; |
54 | const unsigned OpNewArrayBuffer_m_metadataID_index = 4; |
55 | const unsigned OpAdd_m_dst_index = 1; |
56 | const unsigned OpAdd_m_lhs_index = 2; |
57 | const unsigned OpAdd_m_rhs_index = 3; |
58 | const unsigned OpAdd_m_operandTypes_index = 4; |
59 | const unsigned OpAdd_m_metadataID_index = 5; |
60 | const unsigned OpMul_m_dst_index = 1; |
61 | const unsigned OpMul_m_lhs_index = 2; |
62 | const unsigned OpMul_m_rhs_index = 3; |
63 | const unsigned OpMul_m_operandTypes_index = 4; |
64 | const unsigned OpMul_m_metadataID_index = 5; |
65 | const unsigned OpDiv_m_dst_index = 1; |
66 | const unsigned OpDiv_m_lhs_index = 2; |
67 | const unsigned OpDiv_m_rhs_index = 3; |
68 | const unsigned OpDiv_m_operandTypes_index = 4; |
69 | const unsigned OpDiv_m_metadataID_index = 5; |
70 | const unsigned OpSub_m_dst_index = 1; |
71 | const unsigned OpSub_m_lhs_index = 2; |
72 | const unsigned OpSub_m_rhs_index = 3; |
73 | const unsigned OpSub_m_operandTypes_index = 4; |
74 | const unsigned OpSub_m_metadataID_index = 5; |
75 | const unsigned OpBitand_m_dst_index = 1; |
76 | const unsigned OpBitand_m_lhs_index = 2; |
77 | const unsigned OpBitand_m_rhs_index = 3; |
78 | const unsigned OpBitand_m_metadataID_index = 4; |
79 | const unsigned OpBitor_m_dst_index = 1; |
80 | const unsigned OpBitor_m_lhs_index = 2; |
81 | const unsigned OpBitor_m_rhs_index = 3; |
82 | const unsigned OpBitor_m_metadataID_index = 4; |
83 | const unsigned OpBitxor_m_dst_index = 1; |
84 | const unsigned OpBitxor_m_lhs_index = 2; |
85 | const unsigned OpBitxor_m_rhs_index = 3; |
86 | const unsigned OpBitxor_m_metadataID_index = 4; |
87 | const unsigned OpBitnot_m_dst_index = 1; |
88 | const unsigned OpBitnot_m_operand_index = 2; |
89 | const unsigned OpBitnot_m_metadataID_index = 3; |
90 | const unsigned OpToObject_m_dst_index = 1; |
91 | const unsigned OpToObject_m_operand_index = 2; |
92 | const unsigned OpToObject_m_message_index = 3; |
93 | const unsigned OpToObject_m_metadataID_index = 4; |
94 | const unsigned OpToNumber_m_dst_index = 1; |
95 | const unsigned OpToNumber_m_operand_index = 2; |
96 | const unsigned OpToNumber_m_metadataID_index = 3; |
97 | const unsigned OpNegate_m_dst_index = 1; |
98 | const unsigned OpNegate_m_operand_index = 2; |
99 | const unsigned OpNegate_m_operandTypes_index = 3; |
100 | const unsigned OpNegate_m_metadataID_index = 4; |
101 | const unsigned OpInByVal_m_dst_index = 1; |
102 | const unsigned OpInByVal_m_base_index = 2; |
103 | const unsigned OpInByVal_m_property_index = 3; |
104 | const unsigned OpInByVal_m_metadataID_index = 4; |
105 | const unsigned OpGetById_m_dst_index = 1; |
106 | const unsigned OpGetById_m_base_index = 2; |
107 | const unsigned OpGetById_m_property_index = 3; |
108 | const unsigned OpGetById_m_metadataID_index = 4; |
109 | const unsigned OpGetByIdWithThis_m_dst_index = 1; |
110 | const unsigned OpGetByIdWithThis_m_base_index = 2; |
111 | const unsigned OpGetByIdWithThis_m_thisValue_index = 3; |
112 | const unsigned OpGetByIdWithThis_m_property_index = 4; |
113 | const unsigned OpGetByIdWithThis_m_metadataID_index = 5; |
114 | const unsigned OpGetByValWithThis_m_dst_index = 1; |
115 | const unsigned OpGetByValWithThis_m_base_index = 2; |
116 | const unsigned OpGetByValWithThis_m_thisValue_index = 3; |
117 | const unsigned OpGetByValWithThis_m_property_index = 4; |
118 | const unsigned OpGetByValWithThis_m_metadataID_index = 5; |
119 | const unsigned OpGetByIdDirect_m_dst_index = 1; |
120 | const unsigned OpGetByIdDirect_m_base_index = 2; |
121 | const unsigned OpGetByIdDirect_m_property_index = 3; |
122 | const unsigned OpGetByIdDirect_m_metadataID_index = 4; |
123 | const unsigned OpTryGetById_m_dst_index = 1; |
124 | const unsigned OpTryGetById_m_base_index = 2; |
125 | const unsigned OpTryGetById_m_property_index = 3; |
126 | const unsigned OpTryGetById_m_metadataID_index = 4; |
127 | const unsigned OpPutById_m_base_index = 1; |
128 | const unsigned OpPutById_m_property_index = 2; |
129 | const unsigned OpPutById_m_value_index = 3; |
130 | const unsigned OpPutById_m_flags_index = 4; |
131 | const unsigned OpPutById_m_metadataID_index = 5; |
132 | const unsigned OpGetByVal_m_dst_index = 1; |
133 | const unsigned OpGetByVal_m_base_index = 2; |
134 | const unsigned OpGetByVal_m_property_index = 3; |
135 | const unsigned OpGetByVal_m_metadataID_index = 4; |
136 | const unsigned OpPutByVal_m_base_index = 1; |
137 | const unsigned OpPutByVal_m_property_index = 2; |
138 | const unsigned OpPutByVal_m_value_index = 3; |
139 | const unsigned OpPutByVal_m_metadataID_index = 4; |
140 | const unsigned OpPutByValDirect_m_base_index = 1; |
141 | const unsigned OpPutByValDirect_m_property_index = 2; |
142 | const unsigned OpPutByValDirect_m_value_index = 3; |
143 | const unsigned OpPutByValDirect_m_metadataID_index = 4; |
144 | const unsigned OpJneqPtr_m_value_index = 1; |
145 | const unsigned OpJneqPtr_m_specialPointer_index = 2; |
146 | const unsigned OpJneqPtr_m_targetLabel_index = 3; |
147 | const unsigned OpJneqPtr_m_metadataID_index = 4; |
148 | const unsigned OpCall_m_dst_index = 1; |
149 | const unsigned OpCall_m_callee_index = 2; |
150 | const unsigned OpCall_m_argc_index = 3; |
151 | const unsigned OpCall_m_argv_index = 4; |
152 | const unsigned OpCall_m_metadataID_index = 5; |
153 | const unsigned OpTailCall_m_dst_index = 1; |
154 | const unsigned OpTailCall_m_callee_index = 2; |
155 | const unsigned OpTailCall_m_argc_index = 3; |
156 | const unsigned OpTailCall_m_argv_index = 4; |
157 | const unsigned OpTailCall_m_metadataID_index = 5; |
158 | const unsigned OpCallEval_m_dst_index = 1; |
159 | const unsigned OpCallEval_m_callee_index = 2; |
160 | const unsigned OpCallEval_m_argc_index = 3; |
161 | const unsigned OpCallEval_m_argv_index = 4; |
162 | const unsigned OpCallEval_m_metadataID_index = 5; |
163 | const unsigned OpCallVarargs_m_dst_index = 1; |
164 | const unsigned OpCallVarargs_m_callee_index = 2; |
165 | const unsigned OpCallVarargs_m_thisValue_index = 3; |
166 | const unsigned OpCallVarargs_m_arguments_index = 4; |
167 | const unsigned OpCallVarargs_m_firstFree_index = 5; |
168 | const unsigned OpCallVarargs_m_firstVarArg_index = 6; |
169 | const unsigned OpCallVarargs_m_metadataID_index = 7; |
170 | const unsigned OpTailCallVarargs_m_dst_index = 1; |
171 | const unsigned OpTailCallVarargs_m_callee_index = 2; |
172 | const unsigned OpTailCallVarargs_m_thisValue_index = 3; |
173 | const unsigned OpTailCallVarargs_m_arguments_index = 4; |
174 | const unsigned OpTailCallVarargs_m_firstFree_index = 5; |
175 | const unsigned OpTailCallVarargs_m_firstVarArg_index = 6; |
176 | const unsigned OpTailCallVarargs_m_metadataID_index = 7; |
177 | const unsigned OpTailCallForwardArguments_m_dst_index = 1; |
178 | const unsigned OpTailCallForwardArguments_m_callee_index = 2; |
179 | const unsigned OpTailCallForwardArguments_m_thisValue_index = 3; |
180 | const unsigned OpTailCallForwardArguments_m_arguments_index = 4; |
181 | const unsigned OpTailCallForwardArguments_m_firstFree_index = 5; |
182 | const unsigned OpTailCallForwardArguments_m_firstVarArg_index = 6; |
183 | const unsigned OpTailCallForwardArguments_m_metadataID_index = 7; |
184 | const unsigned OpConstruct_m_dst_index = 1; |
185 | const unsigned OpConstruct_m_callee_index = 2; |
186 | const unsigned OpConstruct_m_argc_index = 3; |
187 | const unsigned OpConstruct_m_argv_index = 4; |
188 | const unsigned OpConstruct_m_metadataID_index = 5; |
189 | const unsigned OpConstructVarargs_m_dst_index = 1; |
190 | const unsigned OpConstructVarargs_m_callee_index = 2; |
191 | const unsigned OpConstructVarargs_m_thisValue_index = 3; |
192 | const unsigned OpConstructVarargs_m_arguments_index = 4; |
193 | const unsigned OpConstructVarargs_m_firstFree_index = 5; |
194 | const unsigned OpConstructVarargs_m_firstVarArg_index = 6; |
195 | const unsigned OpConstructVarargs_m_metadataID_index = 7; |
196 | const unsigned OpResolveScope_m_dst_index = 1; |
197 | const unsigned OpResolveScope_m_scope_index = 2; |
198 | const unsigned OpResolveScope_m_var_index = 3; |
199 | const unsigned OpResolveScope_m_resolveType_index = 4; |
200 | const unsigned OpResolveScope_m_localScopeDepth_index = 5; |
201 | const unsigned OpResolveScope_m_metadataID_index = 6; |
202 | const unsigned OpGetFromScope_m_dst_index = 1; |
203 | const unsigned OpGetFromScope_m_scope_index = 2; |
204 | const unsigned OpGetFromScope_m_var_index = 3; |
205 | const unsigned OpGetFromScope_m_getPutInfo_index = 4; |
206 | const unsigned OpGetFromScope_m_localScopeDepth_index = 5; |
207 | const unsigned OpGetFromScope_m_offset_index = 6; |
208 | const unsigned OpGetFromScope_m_metadataID_index = 7; |
209 | const unsigned OpPutToScope_m_scope_index = 1; |
210 | const unsigned OpPutToScope_m_var_index = 2; |
211 | const unsigned OpPutToScope_m_value_index = 3; |
212 | const unsigned OpPutToScope_m_getPutInfo_index = 4; |
213 | const unsigned OpPutToScope_m_symbolTableOrScopeDepth_index = 5; |
214 | const unsigned OpPutToScope_m_offset_index = 6; |
215 | const unsigned OpPutToScope_m_metadataID_index = 7; |
216 | const unsigned OpGetFromArguments_m_dst_index = 1; |
217 | const unsigned OpGetFromArguments_m_arguments_index = 2; |
218 | const unsigned OpGetFromArguments_m_index_index = 3; |
219 | const unsigned OpGetFromArguments_m_metadataID_index = 4; |
220 | const unsigned OpCatch_m_exception_index = 1; |
221 | const unsigned OpCatch_m_thrownValue_index = 2; |
222 | const unsigned OpCatch_m_metadataID_index = 3; |
223 | const unsigned OpProfileType_m_targetVirtualRegister_index = 1; |
224 | const unsigned OpProfileType_m_symbolTableOrScopeDepth_index = 2; |
225 | const unsigned OpProfileType_m_flag_index = 3; |
226 | const unsigned OpProfileType_m_identifier_index = 4; |
227 | const unsigned OpProfileType_m_resolveType_index = 5; |
228 | const unsigned OpProfileType_m_metadataID_index = 6; |
229 | const unsigned OpProfileControlFlow_m_textOffset_index = 1; |
230 | const unsigned OpProfileControlFlow_m_metadataID_index = 2; |
231 | const unsigned OpHasIndexedProperty_m_dst_index = 1; |
232 | const unsigned OpHasIndexedProperty_m_base_index = 2; |
233 | const unsigned OpHasIndexedProperty_m_property_index = 3; |
234 | const unsigned OpHasIndexedProperty_m_metadataID_index = 4; |
235 | const unsigned OpGetDirectPname_m_dst_index = 1; |
236 | const unsigned OpGetDirectPname_m_base_index = 2; |
237 | const unsigned OpGetDirectPname_m_property_index = 3; |
238 | const unsigned OpGetDirectPname_m_index_index = 4; |
239 | const unsigned OpGetDirectPname_m_enumerator_index = 5; |
240 | const unsigned OpGetDirectPname_m_metadataID_index = 6; |
241 | |
242 | |
243 | |
244 | const unsigned OpGetScope_m_dst_index = 1; |
245 | const unsigned OpCreateDirectArguments_m_dst_index = 1; |
246 | const unsigned OpCreateScopedArguments_m_dst_index = 1; |
247 | const unsigned OpCreateScopedArguments_m_scope_index = 2; |
248 | const unsigned OpCreateClonedArguments_m_dst_index = 1; |
249 | const unsigned OpArgumentCount_m_dst_index = 1; |
250 | const unsigned OpCheckTdz_m_targetVirtualRegister_index = 1; |
251 | const unsigned OpNewArrayWithSpread_m_dst_index = 1; |
252 | const unsigned OpNewArrayWithSpread_m_argv_index = 2; |
253 | const unsigned OpNewArrayWithSpread_m_argc_index = 3; |
254 | const unsigned OpNewArrayWithSpread_m_bitVector_index = 4; |
255 | const unsigned OpSpread_m_dst_index = 1; |
256 | const unsigned OpSpread_m_argument_index = 2; |
257 | const unsigned OpNewRegexp_m_dst_index = 1; |
258 | const unsigned OpNewRegexp_m_regexp_index = 2; |
259 | const unsigned OpMov_m_dst_index = 1; |
260 | const unsigned OpMov_m_src_index = 2; |
261 | const unsigned OpEq_m_dst_index = 1; |
262 | const unsigned OpEq_m_lhs_index = 2; |
263 | const unsigned OpEq_m_rhs_index = 3; |
264 | const unsigned OpNeq_m_dst_index = 1; |
265 | const unsigned OpNeq_m_lhs_index = 2; |
266 | const unsigned OpNeq_m_rhs_index = 3; |
267 | const unsigned OpStricteq_m_dst_index = 1; |
268 | const unsigned OpStricteq_m_lhs_index = 2; |
269 | const unsigned OpStricteq_m_rhs_index = 3; |
270 | const unsigned OpNstricteq_m_dst_index = 1; |
271 | const unsigned OpNstricteq_m_lhs_index = 2; |
272 | const unsigned OpNstricteq_m_rhs_index = 3; |
273 | const unsigned OpLess_m_dst_index = 1; |
274 | const unsigned OpLess_m_lhs_index = 2; |
275 | const unsigned OpLess_m_rhs_index = 3; |
276 | const unsigned OpLesseq_m_dst_index = 1; |
277 | const unsigned OpLesseq_m_lhs_index = 2; |
278 | const unsigned OpLesseq_m_rhs_index = 3; |
279 | const unsigned OpGreater_m_dst_index = 1; |
280 | const unsigned OpGreater_m_lhs_index = 2; |
281 | const unsigned OpGreater_m_rhs_index = 3; |
282 | const unsigned OpGreatereq_m_dst_index = 1; |
283 | const unsigned OpGreatereq_m_lhs_index = 2; |
284 | const unsigned OpGreatereq_m_rhs_index = 3; |
285 | const unsigned OpBelow_m_dst_index = 1; |
286 | const unsigned OpBelow_m_lhs_index = 2; |
287 | const unsigned OpBelow_m_rhs_index = 3; |
288 | const unsigned OpBeloweq_m_dst_index = 1; |
289 | const unsigned OpBeloweq_m_lhs_index = 2; |
290 | const unsigned OpBeloweq_m_rhs_index = 3; |
291 | const unsigned OpMod_m_dst_index = 1; |
292 | const unsigned OpMod_m_lhs_index = 2; |
293 | const unsigned OpMod_m_rhs_index = 3; |
294 | const unsigned OpPow_m_dst_index = 1; |
295 | const unsigned OpPow_m_lhs_index = 2; |
296 | const unsigned OpPow_m_rhs_index = 3; |
297 | const unsigned OpLshift_m_dst_index = 1; |
298 | const unsigned OpLshift_m_lhs_index = 2; |
299 | const unsigned OpLshift_m_rhs_index = 3; |
300 | const unsigned OpRshift_m_dst_index = 1; |
301 | const unsigned OpRshift_m_lhs_index = 2; |
302 | const unsigned OpRshift_m_rhs_index = 3; |
303 | const unsigned OpUrshift_m_dst_index = 1; |
304 | const unsigned OpUrshift_m_lhs_index = 2; |
305 | const unsigned OpUrshift_m_rhs_index = 3; |
306 | const unsigned OpEqNull_m_dst_index = 1; |
307 | const unsigned OpEqNull_m_operand_index = 2; |
308 | const unsigned OpNeqNull_m_dst_index = 1; |
309 | const unsigned OpNeqNull_m_operand_index = 2; |
310 | const unsigned OpToString_m_dst_index = 1; |
311 | const unsigned OpToString_m_operand_index = 2; |
312 | const unsigned OpUnsigned_m_dst_index = 1; |
313 | const unsigned OpUnsigned_m_operand_index = 2; |
314 | const unsigned OpIsEmpty_m_dst_index = 1; |
315 | const unsigned OpIsEmpty_m_operand_index = 2; |
316 | const unsigned OpIsUndefined_m_dst_index = 1; |
317 | const unsigned OpIsUndefined_m_operand_index = 2; |
318 | const unsigned OpIsUndefinedOrNull_m_dst_index = 1; |
319 | const unsigned OpIsUndefinedOrNull_m_operand_index = 2; |
320 | const unsigned OpIsBoolean_m_dst_index = 1; |
321 | const unsigned OpIsBoolean_m_operand_index = 2; |
322 | const unsigned OpIsNumber_m_dst_index = 1; |
323 | const unsigned OpIsNumber_m_operand_index = 2; |
324 | const unsigned OpIsObject_m_dst_index = 1; |
325 | const unsigned OpIsObject_m_operand_index = 2; |
326 | const unsigned OpIsObjectOrNull_m_dst_index = 1; |
327 | const unsigned OpIsObjectOrNull_m_operand_index = 2; |
328 | const unsigned OpIsFunction_m_dst_index = 1; |
329 | const unsigned OpIsFunction_m_operand_index = 2; |
330 | const unsigned OpInc_m_srcDst_index = 1; |
331 | const unsigned OpDec_m_srcDst_index = 1; |
332 | const unsigned OpNot_m_dst_index = 1; |
333 | const unsigned OpNot_m_operand_index = 2; |
334 | const unsigned OpIdentityWithProfile_m_srcDst_index = 1; |
335 | const unsigned OpIdentityWithProfile_m_topProfile_index = 2; |
336 | const unsigned OpIdentityWithProfile_m_bottomProfile_index = 3; |
337 | const unsigned OpOverridesHasInstance_m_dst_index = 1; |
338 | const unsigned OpOverridesHasInstance_m_constructor_index = 2; |
339 | const unsigned OpOverridesHasInstance_m_hasInstanceValue_index = 3; |
340 | const unsigned OpInstanceof_m_dst_index = 1; |
341 | const unsigned OpInstanceof_m_value_index = 2; |
342 | const unsigned OpInstanceof_m_prototype_index = 3; |
343 | const unsigned OpInstanceofCustom_m_dst_index = 1; |
344 | const unsigned OpInstanceofCustom_m_value_index = 2; |
345 | const unsigned OpInstanceofCustom_m_constructor_index = 3; |
346 | const unsigned OpInstanceofCustom_m_hasInstanceValue_index = 4; |
347 | const unsigned OpTypeof_m_dst_index = 1; |
348 | const unsigned OpTypeof_m_value_index = 2; |
349 | const unsigned OpIsCellWithType_m_dst_index = 1; |
350 | const unsigned OpIsCellWithType_m_operand_index = 2; |
351 | const unsigned OpIsCellWithType_m_type_index = 3; |
352 | const unsigned OpInById_m_dst_index = 1; |
353 | const unsigned OpInById_m_base_index = 2; |
354 | const unsigned OpInById_m_property_index = 3; |
355 | const unsigned OpPutByIdWithThis_m_base_index = 1; |
356 | const unsigned OpPutByIdWithThis_m_thisValue_index = 2; |
357 | const unsigned OpPutByIdWithThis_m_property_index = 3; |
358 | const unsigned OpPutByIdWithThis_m_value_index = 4; |
359 | const unsigned OpDelById_m_dst_index = 1; |
360 | const unsigned OpDelById_m_base_index = 2; |
361 | const unsigned OpDelById_m_property_index = 3; |
362 | const unsigned OpPutByValWithThis_m_base_index = 1; |
363 | const unsigned OpPutByValWithThis_m_thisValue_index = 2; |
364 | const unsigned OpPutByValWithThis_m_property_index = 3; |
365 | const unsigned OpPutByValWithThis_m_value_index = 4; |
366 | const unsigned OpDelByVal_m_dst_index = 1; |
367 | const unsigned OpDelByVal_m_base_index = 2; |
368 | const unsigned OpDelByVal_m_property_index = 3; |
369 | const unsigned OpPutGetterById_m_base_index = 1; |
370 | const unsigned OpPutGetterById_m_property_index = 2; |
371 | const unsigned OpPutGetterById_m_attributes_index = 3; |
372 | const unsigned OpPutGetterById_m_accessor_index = 4; |
373 | const unsigned OpPutSetterById_m_base_index = 1; |
374 | const unsigned OpPutSetterById_m_property_index = 2; |
375 | const unsigned OpPutSetterById_m_attributes_index = 3; |
376 | const unsigned OpPutSetterById_m_accessor_index = 4; |
377 | const unsigned OpPutGetterSetterById_m_base_index = 1; |
378 | const unsigned OpPutGetterSetterById_m_property_index = 2; |
379 | const unsigned OpPutGetterSetterById_m_attributes_index = 3; |
380 | const unsigned OpPutGetterSetterById_m_getter_index = 4; |
381 | const unsigned OpPutGetterSetterById_m_setter_index = 5; |
382 | const unsigned OpPutGetterByVal_m_base_index = 1; |
383 | const unsigned OpPutGetterByVal_m_property_index = 2; |
384 | const unsigned OpPutGetterByVal_m_attributes_index = 3; |
385 | const unsigned OpPutGetterByVal_m_accessor_index = 4; |
386 | const unsigned OpPutSetterByVal_m_base_index = 1; |
387 | const unsigned OpPutSetterByVal_m_property_index = 2; |
388 | const unsigned OpPutSetterByVal_m_attributes_index = 3; |
389 | const unsigned OpPutSetterByVal_m_accessor_index = 4; |
390 | const unsigned OpDefineDataProperty_m_base_index = 1; |
391 | const unsigned OpDefineDataProperty_m_property_index = 2; |
392 | const unsigned OpDefineDataProperty_m_value_index = 3; |
393 | const unsigned OpDefineDataProperty_m_attributes_index = 4; |
394 | const unsigned OpDefineAccessorProperty_m_base_index = 1; |
395 | const unsigned OpDefineAccessorProperty_m_property_index = 2; |
396 | const unsigned OpDefineAccessorProperty_m_getter_index = 3; |
397 | const unsigned OpDefineAccessorProperty_m_setter_index = 4; |
398 | const unsigned OpDefineAccessorProperty_m_attributes_index = 5; |
399 | const unsigned OpJmp_m_targetLabel_index = 1; |
400 | const unsigned OpJtrue_m_condition_index = 1; |
401 | const unsigned OpJtrue_m_targetLabel_index = 2; |
402 | const unsigned OpJfalse_m_condition_index = 1; |
403 | const unsigned OpJfalse_m_targetLabel_index = 2; |
404 | const unsigned OpJeqNull_m_value_index = 1; |
405 | const unsigned OpJeqNull_m_targetLabel_index = 2; |
406 | const unsigned OpJneqNull_m_value_index = 1; |
407 | const unsigned OpJneqNull_m_targetLabel_index = 2; |
408 | const unsigned OpJeq_m_lhs_index = 1; |
409 | const unsigned OpJeq_m_rhs_index = 2; |
410 | const unsigned OpJeq_m_targetLabel_index = 3; |
411 | const unsigned OpJstricteq_m_lhs_index = 1; |
412 | const unsigned OpJstricteq_m_rhs_index = 2; |
413 | const unsigned OpJstricteq_m_targetLabel_index = 3; |
414 | const unsigned OpJneq_m_lhs_index = 1; |
415 | const unsigned OpJneq_m_rhs_index = 2; |
416 | const unsigned OpJneq_m_targetLabel_index = 3; |
417 | const unsigned OpJnstricteq_m_lhs_index = 1; |
418 | const unsigned OpJnstricteq_m_rhs_index = 2; |
419 | const unsigned OpJnstricteq_m_targetLabel_index = 3; |
420 | const unsigned OpJless_m_lhs_index = 1; |
421 | const unsigned OpJless_m_rhs_index = 2; |
422 | const unsigned OpJless_m_targetLabel_index = 3; |
423 | const unsigned OpJlesseq_m_lhs_index = 1; |
424 | const unsigned OpJlesseq_m_rhs_index = 2; |
425 | const unsigned OpJlesseq_m_targetLabel_index = 3; |
426 | const unsigned OpJgreater_m_lhs_index = 1; |
427 | const unsigned OpJgreater_m_rhs_index = 2; |
428 | const unsigned OpJgreater_m_targetLabel_index = 3; |
429 | const unsigned OpJgreatereq_m_lhs_index = 1; |
430 | const unsigned OpJgreatereq_m_rhs_index = 2; |
431 | const unsigned OpJgreatereq_m_targetLabel_index = 3; |
432 | const unsigned OpJnless_m_lhs_index = 1; |
433 | const unsigned OpJnless_m_rhs_index = 2; |
434 | const unsigned OpJnless_m_targetLabel_index = 3; |
435 | const unsigned OpJnlesseq_m_lhs_index = 1; |
436 | const unsigned OpJnlesseq_m_rhs_index = 2; |
437 | const unsigned OpJnlesseq_m_targetLabel_index = 3; |
438 | const unsigned OpJngreater_m_lhs_index = 1; |
439 | const unsigned OpJngreater_m_rhs_index = 2; |
440 | const unsigned OpJngreater_m_targetLabel_index = 3; |
441 | const unsigned OpJngreatereq_m_lhs_index = 1; |
442 | const unsigned OpJngreatereq_m_rhs_index = 2; |
443 | const unsigned OpJngreatereq_m_targetLabel_index = 3; |
444 | const unsigned OpJbelow_m_lhs_index = 1; |
445 | const unsigned OpJbelow_m_rhs_index = 2; |
446 | const unsigned OpJbelow_m_targetLabel_index = 3; |
447 | const unsigned OpJbeloweq_m_lhs_index = 1; |
448 | const unsigned OpJbeloweq_m_rhs_index = 2; |
449 | const unsigned OpJbeloweq_m_targetLabel_index = 3; |
450 | |
451 | const unsigned OpSwitchImm_m_tableIndex_index = 1; |
452 | const unsigned OpSwitchImm_m_defaultOffset_index = 2; |
453 | const unsigned OpSwitchImm_m_scrutinee_index = 3; |
454 | const unsigned OpSwitchChar_m_tableIndex_index = 1; |
455 | const unsigned OpSwitchChar_m_defaultOffset_index = 2; |
456 | const unsigned OpSwitchChar_m_scrutinee_index = 3; |
457 | const unsigned OpSwitchString_m_tableIndex_index = 1; |
458 | const unsigned OpSwitchString_m_defaultOffset_index = 2; |
459 | const unsigned OpSwitchString_m_scrutinee_index = 3; |
460 | const unsigned OpNewFunc_m_dst_index = 1; |
461 | const unsigned OpNewFunc_m_scope_index = 2; |
462 | const unsigned OpNewFunc_m_functionDecl_index = 3; |
463 | const unsigned OpNewFuncExp_m_dst_index = 1; |
464 | const unsigned OpNewFuncExp_m_scope_index = 2; |
465 | const unsigned OpNewFuncExp_m_functionDecl_index = 3; |
466 | const unsigned OpNewGeneratorFunc_m_dst_index = 1; |
467 | const unsigned OpNewGeneratorFunc_m_scope_index = 2; |
468 | const unsigned OpNewGeneratorFunc_m_functionDecl_index = 3; |
469 | const unsigned OpNewGeneratorFuncExp_m_dst_index = 1; |
470 | const unsigned OpNewGeneratorFuncExp_m_scope_index = 2; |
471 | const unsigned OpNewGeneratorFuncExp_m_functionDecl_index = 3; |
472 | const unsigned OpNewAsyncFunc_m_dst_index = 1; |
473 | const unsigned OpNewAsyncFunc_m_scope_index = 2; |
474 | const unsigned OpNewAsyncFunc_m_functionDecl_index = 3; |
475 | const unsigned OpNewAsyncFuncExp_m_dst_index = 1; |
476 | const unsigned OpNewAsyncFuncExp_m_scope_index = 2; |
477 | const unsigned OpNewAsyncFuncExp_m_functionDecl_index = 3; |
478 | const unsigned OpNewAsyncGeneratorFunc_m_dst_index = 1; |
479 | const unsigned OpNewAsyncGeneratorFunc_m_scope_index = 2; |
480 | const unsigned OpNewAsyncGeneratorFunc_m_functionDecl_index = 3; |
481 | const unsigned OpNewAsyncGeneratorFuncExp_m_dst_index = 1; |
482 | const unsigned OpNewAsyncGeneratorFuncExp_m_scope_index = 2; |
483 | const unsigned OpNewAsyncGeneratorFuncExp_m_functionDecl_index = 3; |
484 | const unsigned OpSetFunctionName_m_function_index = 1; |
485 | const unsigned OpSetFunctionName_m_name_index = 2; |
486 | const unsigned OpRet_m_value_index = 1; |
487 | const unsigned OpStrcat_m_dst_index = 1; |
488 | const unsigned OpStrcat_m_src_index = 2; |
489 | const unsigned OpStrcat_m_count_index = 3; |
490 | const unsigned OpToPrimitive_m_dst_index = 1; |
491 | const unsigned OpToPrimitive_m_src_index = 2; |
492 | const unsigned OpPutToArguments_m_arguments_index = 1; |
493 | const unsigned OpPutToArguments_m_index_index = 2; |
494 | const unsigned OpPutToArguments_m_value_index = 3; |
495 | const unsigned OpPushWithScope_m_dst_index = 1; |
496 | const unsigned OpPushWithScope_m_currentScope_index = 2; |
497 | const unsigned OpPushWithScope_m_newScope_index = 3; |
498 | const unsigned OpCreateLexicalEnvironment_m_dst_index = 1; |
499 | const unsigned OpCreateLexicalEnvironment_m_scope_index = 2; |
500 | const unsigned OpCreateLexicalEnvironment_m_symbolTable_index = 3; |
501 | const unsigned OpCreateLexicalEnvironment_m_initialValue_index = 4; |
502 | const unsigned OpCreateGeneratorFrameEnvironment_m_dst_index = 1; |
503 | const unsigned OpCreateGeneratorFrameEnvironment_m_scope_index = 2; |
504 | const unsigned OpCreateGeneratorFrameEnvironment_m_symbolTable_index = 3; |
505 | const unsigned OpCreateGeneratorFrameEnvironment_m_initialValue_index = 4; |
506 | const unsigned OpGetParentScope_m_dst_index = 1; |
507 | const unsigned OpGetParentScope_m_scope_index = 2; |
508 | const unsigned OpThrow_m_value_index = 1; |
509 | const unsigned OpThrowStaticError_m_message_index = 1; |
510 | const unsigned OpThrowStaticError_m_errorType_index = 2; |
511 | const unsigned OpDebug_m_debugHookType_index = 1; |
512 | const unsigned OpDebug_m_hasBreakpoint_index = 2; |
513 | const unsigned OpEnd_m_value_index = 1; |
514 | const unsigned OpGetEnumerableLength_m_dst_index = 1; |
515 | const unsigned OpGetEnumerableLength_m_base_index = 2; |
516 | const unsigned OpHasStructureProperty_m_dst_index = 1; |
517 | const unsigned OpHasStructureProperty_m_base_index = 2; |
518 | const unsigned OpHasStructureProperty_m_property_index = 3; |
519 | const unsigned OpHasStructureProperty_m_enumerator_index = 4; |
520 | const unsigned OpHasGenericProperty_m_dst_index = 1; |
521 | const unsigned OpHasGenericProperty_m_base_index = 2; |
522 | const unsigned OpHasGenericProperty_m_property_index = 3; |
523 | const unsigned OpGetPropertyEnumerator_m_dst_index = 1; |
524 | const unsigned OpGetPropertyEnumerator_m_base_index = 2; |
525 | const unsigned OpEnumeratorStructurePname_m_dst_index = 1; |
526 | const unsigned OpEnumeratorStructurePname_m_enumerator_index = 2; |
527 | const unsigned OpEnumeratorStructurePname_m_index_index = 3; |
528 | const unsigned OpEnumeratorGenericPname_m_dst_index = 1; |
529 | const unsigned OpEnumeratorGenericPname_m_enumerator_index = 2; |
530 | const unsigned OpEnumeratorGenericPname_m_index_index = 3; |
531 | const unsigned OpToIndexString_m_dst_index = 1; |
532 | const unsigned OpToIndexString_m_index_index = 2; |
533 | |
534 | const unsigned OpCreateRest_m_dst_index = 1; |
535 | const unsigned OpCreateRest_m_arraySize_index = 2; |
536 | const unsigned OpCreateRest_m_numParametersToSkip_index = 3; |
537 | const unsigned OpGetRestLength_m_dst_index = 1; |
538 | const unsigned OpGetRestLength_m_numParametersToSkip_index = 2; |
539 | const unsigned OpYield_m_generator_index = 1; |
540 | const unsigned OpYield_m_yieldPoint_index = 2; |
541 | const unsigned OpYield_m_argument_index = 3; |
542 | |
543 | const unsigned OpLogShadowChickenPrologue_m_scope_index = 1; |
544 | const unsigned OpLogShadowChickenTail_m_thisValue_index = 1; |
545 | const unsigned OpLogShadowChickenTail_m_scope_index = 2; |
546 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_dst_index = 1; |
547 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_scope_index = 2; |
548 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_property_index = 3; |
549 | |
550 | |
551 | |
552 | |
553 | } // namespace JSC |
554 | |