| 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 /home/ubuntu/webkit/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 | const unsigned OpGetScope_m_dst_index = 1; |
| 244 | const unsigned OpCreateDirectArguments_m_dst_index = 1; |
| 245 | const unsigned OpCreateScopedArguments_m_dst_index = 1; |
| 246 | const unsigned OpCreateScopedArguments_m_scope_index = 2; |
| 247 | const unsigned OpCreateClonedArguments_m_dst_index = 1; |
| 248 | const unsigned OpArgumentCount_m_dst_index = 1; |
| 249 | const unsigned OpCheckTdz_m_targetVirtualRegister_index = 1; |
| 250 | const unsigned OpNewArrayWithSpread_m_dst_index = 1; |
| 251 | const unsigned OpNewArrayWithSpread_m_argv_index = 2; |
| 252 | const unsigned OpNewArrayWithSpread_m_argc_index = 3; |
| 253 | const unsigned OpNewArrayWithSpread_m_bitVector_index = 4; |
| 254 | const unsigned OpSpread_m_dst_index = 1; |
| 255 | const unsigned OpSpread_m_argument_index = 2; |
| 256 | const unsigned OpNewRegexp_m_dst_index = 1; |
| 257 | const unsigned OpNewRegexp_m_regexp_index = 2; |
| 258 | const unsigned OpMov_m_dst_index = 1; |
| 259 | const unsigned OpMov_m_src_index = 2; |
| 260 | const unsigned OpEq_m_dst_index = 1; |
| 261 | const unsigned OpEq_m_lhs_index = 2; |
| 262 | const unsigned OpEq_m_rhs_index = 3; |
| 263 | const unsigned OpNeq_m_dst_index = 1; |
| 264 | const unsigned OpNeq_m_lhs_index = 2; |
| 265 | const unsigned OpNeq_m_rhs_index = 3; |
| 266 | const unsigned OpStricteq_m_dst_index = 1; |
| 267 | const unsigned OpStricteq_m_lhs_index = 2; |
| 268 | const unsigned OpStricteq_m_rhs_index = 3; |
| 269 | const unsigned OpNstricteq_m_dst_index = 1; |
| 270 | const unsigned OpNstricteq_m_lhs_index = 2; |
| 271 | const unsigned OpNstricteq_m_rhs_index = 3; |
| 272 | const unsigned OpLess_m_dst_index = 1; |
| 273 | const unsigned OpLess_m_lhs_index = 2; |
| 274 | const unsigned OpLess_m_rhs_index = 3; |
| 275 | const unsigned OpLesseq_m_dst_index = 1; |
| 276 | const unsigned OpLesseq_m_lhs_index = 2; |
| 277 | const unsigned OpLesseq_m_rhs_index = 3; |
| 278 | const unsigned OpGreater_m_dst_index = 1; |
| 279 | const unsigned OpGreater_m_lhs_index = 2; |
| 280 | const unsigned OpGreater_m_rhs_index = 3; |
| 281 | const unsigned OpGreatereq_m_dst_index = 1; |
| 282 | const unsigned OpGreatereq_m_lhs_index = 2; |
| 283 | const unsigned OpGreatereq_m_rhs_index = 3; |
| 284 | const unsigned OpBelow_m_dst_index = 1; |
| 285 | const unsigned OpBelow_m_lhs_index = 2; |
| 286 | const unsigned OpBelow_m_rhs_index = 3; |
| 287 | const unsigned OpBeloweq_m_dst_index = 1; |
| 288 | const unsigned OpBeloweq_m_lhs_index = 2; |
| 289 | const unsigned OpBeloweq_m_rhs_index = 3; |
| 290 | const unsigned OpMod_m_dst_index = 1; |
| 291 | const unsigned OpMod_m_lhs_index = 2; |
| 292 | const unsigned OpMod_m_rhs_index = 3; |
| 293 | const unsigned OpPow_m_dst_index = 1; |
| 294 | const unsigned OpPow_m_lhs_index = 2; |
| 295 | const unsigned OpPow_m_rhs_index = 3; |
| 296 | const unsigned OpLshift_m_dst_index = 1; |
| 297 | const unsigned OpLshift_m_lhs_index = 2; |
| 298 | const unsigned OpLshift_m_rhs_index = 3; |
| 299 | const unsigned OpRshift_m_dst_index = 1; |
| 300 | const unsigned OpRshift_m_lhs_index = 2; |
| 301 | const unsigned OpRshift_m_rhs_index = 3; |
| 302 | const unsigned OpUrshift_m_dst_index = 1; |
| 303 | const unsigned OpUrshift_m_lhs_index = 2; |
| 304 | const unsigned OpUrshift_m_rhs_index = 3; |
| 305 | const unsigned OpEqNull_m_dst_index = 1; |
| 306 | const unsigned OpEqNull_m_operand_index = 2; |
| 307 | const unsigned OpNeqNull_m_dst_index = 1; |
| 308 | const unsigned OpNeqNull_m_operand_index = 2; |
| 309 | const unsigned OpToString_m_dst_index = 1; |
| 310 | const unsigned OpToString_m_operand_index = 2; |
| 311 | const unsigned OpUnsigned_m_dst_index = 1; |
| 312 | const unsigned OpUnsigned_m_operand_index = 2; |
| 313 | const unsigned OpIsEmpty_m_dst_index = 1; |
| 314 | const unsigned OpIsEmpty_m_operand_index = 2; |
| 315 | const unsigned OpIsUndefined_m_dst_index = 1; |
| 316 | const unsigned OpIsUndefined_m_operand_index = 2; |
| 317 | const unsigned OpIsUndefinedOrNull_m_dst_index = 1; |
| 318 | const unsigned OpIsUndefinedOrNull_m_operand_index = 2; |
| 319 | const unsigned OpIsBoolean_m_dst_index = 1; |
| 320 | const unsigned OpIsBoolean_m_operand_index = 2; |
| 321 | const unsigned OpIsNumber_m_dst_index = 1; |
| 322 | const unsigned OpIsNumber_m_operand_index = 2; |
| 323 | const unsigned OpIsObject_m_dst_index = 1; |
| 324 | const unsigned OpIsObject_m_operand_index = 2; |
| 325 | const unsigned OpIsObjectOrNull_m_dst_index = 1; |
| 326 | const unsigned OpIsObjectOrNull_m_operand_index = 2; |
| 327 | const unsigned OpIsFunction_m_dst_index = 1; |
| 328 | const unsigned OpIsFunction_m_operand_index = 2; |
| 329 | const unsigned OpInc_m_srcDst_index = 1; |
| 330 | const unsigned OpDec_m_srcDst_index = 1; |
| 331 | const unsigned OpNot_m_dst_index = 1; |
| 332 | const unsigned OpNot_m_operand_index = 2; |
| 333 | const unsigned OpIdentityWithProfile_m_srcDst_index = 1; |
| 334 | const unsigned OpIdentityWithProfile_m_topProfile_index = 2; |
| 335 | const unsigned OpIdentityWithProfile_m_bottomProfile_index = 3; |
| 336 | const unsigned OpOverridesHasInstance_m_dst_index = 1; |
| 337 | const unsigned OpOverridesHasInstance_m_constructor_index = 2; |
| 338 | const unsigned OpOverridesHasInstance_m_hasInstanceValue_index = 3; |
| 339 | const unsigned OpInstanceof_m_dst_index = 1; |
| 340 | const unsigned OpInstanceof_m_value_index = 2; |
| 341 | const unsigned OpInstanceof_m_prototype_index = 3; |
| 342 | const unsigned OpInstanceofCustom_m_dst_index = 1; |
| 343 | const unsigned OpInstanceofCustom_m_value_index = 2; |
| 344 | const unsigned OpInstanceofCustom_m_constructor_index = 3; |
| 345 | const unsigned OpInstanceofCustom_m_hasInstanceValue_index = 4; |
| 346 | const unsigned OpTypeof_m_dst_index = 1; |
| 347 | const unsigned OpTypeof_m_value_index = 2; |
| 348 | const unsigned OpIsCellWithType_m_dst_index = 1; |
| 349 | const unsigned OpIsCellWithType_m_operand_index = 2; |
| 350 | const unsigned OpIsCellWithType_m_type_index = 3; |
| 351 | const unsigned OpInById_m_dst_index = 1; |
| 352 | const unsigned OpInById_m_base_index = 2; |
| 353 | const unsigned OpInById_m_property_index = 3; |
| 354 | const unsigned OpPutByIdWithThis_m_base_index = 1; |
| 355 | const unsigned OpPutByIdWithThis_m_thisValue_index = 2; |
| 356 | const unsigned OpPutByIdWithThis_m_property_index = 3; |
| 357 | const unsigned OpPutByIdWithThis_m_value_index = 4; |
| 358 | const unsigned OpDelById_m_dst_index = 1; |
| 359 | const unsigned OpDelById_m_base_index = 2; |
| 360 | const unsigned OpDelById_m_property_index = 3; |
| 361 | const unsigned OpPutByValWithThis_m_base_index = 1; |
| 362 | const unsigned OpPutByValWithThis_m_thisValue_index = 2; |
| 363 | const unsigned OpPutByValWithThis_m_property_index = 3; |
| 364 | const unsigned OpPutByValWithThis_m_value_index = 4; |
| 365 | const unsigned OpDelByVal_m_dst_index = 1; |
| 366 | const unsigned OpDelByVal_m_base_index = 2; |
| 367 | const unsigned OpDelByVal_m_property_index = 3; |
| 368 | const unsigned OpPutGetterById_m_base_index = 1; |
| 369 | const unsigned OpPutGetterById_m_property_index = 2; |
| 370 | const unsigned OpPutGetterById_m_attributes_index = 3; |
| 371 | const unsigned OpPutGetterById_m_accessor_index = 4; |
| 372 | const unsigned OpPutSetterById_m_base_index = 1; |
| 373 | const unsigned OpPutSetterById_m_property_index = 2; |
| 374 | const unsigned OpPutSetterById_m_attributes_index = 3; |
| 375 | const unsigned OpPutSetterById_m_accessor_index = 4; |
| 376 | const unsigned OpPutGetterSetterById_m_base_index = 1; |
| 377 | const unsigned OpPutGetterSetterById_m_property_index = 2; |
| 378 | const unsigned OpPutGetterSetterById_m_attributes_index = 3; |
| 379 | const unsigned OpPutGetterSetterById_m_getter_index = 4; |
| 380 | const unsigned OpPutGetterSetterById_m_setter_index = 5; |
| 381 | const unsigned OpPutGetterByVal_m_base_index = 1; |
| 382 | const unsigned OpPutGetterByVal_m_property_index = 2; |
| 383 | const unsigned OpPutGetterByVal_m_attributes_index = 3; |
| 384 | const unsigned OpPutGetterByVal_m_accessor_index = 4; |
| 385 | const unsigned OpPutSetterByVal_m_base_index = 1; |
| 386 | const unsigned OpPutSetterByVal_m_property_index = 2; |
| 387 | const unsigned OpPutSetterByVal_m_attributes_index = 3; |
| 388 | const unsigned OpPutSetterByVal_m_accessor_index = 4; |
| 389 | const unsigned OpDefineDataProperty_m_base_index = 1; |
| 390 | const unsigned OpDefineDataProperty_m_property_index = 2; |
| 391 | const unsigned OpDefineDataProperty_m_value_index = 3; |
| 392 | const unsigned OpDefineDataProperty_m_attributes_index = 4; |
| 393 | const unsigned OpDefineAccessorProperty_m_base_index = 1; |
| 394 | const unsigned OpDefineAccessorProperty_m_property_index = 2; |
| 395 | const unsigned OpDefineAccessorProperty_m_getter_index = 3; |
| 396 | const unsigned OpDefineAccessorProperty_m_setter_index = 4; |
| 397 | const unsigned OpDefineAccessorProperty_m_attributes_index = 5; |
| 398 | const unsigned OpJmp_m_targetLabel_index = 1; |
| 399 | const unsigned OpJtrue_m_condition_index = 1; |
| 400 | const unsigned OpJtrue_m_targetLabel_index = 2; |
| 401 | const unsigned OpJfalse_m_condition_index = 1; |
| 402 | const unsigned OpJfalse_m_targetLabel_index = 2; |
| 403 | const unsigned OpJeqNull_m_value_index = 1; |
| 404 | const unsigned OpJeqNull_m_targetLabel_index = 2; |
| 405 | const unsigned OpJneqNull_m_value_index = 1; |
| 406 | const unsigned OpJneqNull_m_targetLabel_index = 2; |
| 407 | const unsigned OpJeq_m_lhs_index = 1; |
| 408 | const unsigned OpJeq_m_rhs_index = 2; |
| 409 | const unsigned OpJeq_m_targetLabel_index = 3; |
| 410 | const unsigned OpJstricteq_m_lhs_index = 1; |
| 411 | const unsigned OpJstricteq_m_rhs_index = 2; |
| 412 | const unsigned OpJstricteq_m_targetLabel_index = 3; |
| 413 | const unsigned OpJneq_m_lhs_index = 1; |
| 414 | const unsigned OpJneq_m_rhs_index = 2; |
| 415 | const unsigned OpJneq_m_targetLabel_index = 3; |
| 416 | const unsigned OpJnstricteq_m_lhs_index = 1; |
| 417 | const unsigned OpJnstricteq_m_rhs_index = 2; |
| 418 | const unsigned OpJnstricteq_m_targetLabel_index = 3; |
| 419 | const unsigned OpJless_m_lhs_index = 1; |
| 420 | const unsigned OpJless_m_rhs_index = 2; |
| 421 | const unsigned OpJless_m_targetLabel_index = 3; |
| 422 | const unsigned OpJlesseq_m_lhs_index = 1; |
| 423 | const unsigned OpJlesseq_m_rhs_index = 2; |
| 424 | const unsigned OpJlesseq_m_targetLabel_index = 3; |
| 425 | const unsigned OpJgreater_m_lhs_index = 1; |
| 426 | const unsigned OpJgreater_m_rhs_index = 2; |
| 427 | const unsigned OpJgreater_m_targetLabel_index = 3; |
| 428 | const unsigned OpJgreatereq_m_lhs_index = 1; |
| 429 | const unsigned OpJgreatereq_m_rhs_index = 2; |
| 430 | const unsigned OpJgreatereq_m_targetLabel_index = 3; |
| 431 | const unsigned OpJnless_m_lhs_index = 1; |
| 432 | const unsigned OpJnless_m_rhs_index = 2; |
| 433 | const unsigned OpJnless_m_targetLabel_index = 3; |
| 434 | const unsigned OpJnlesseq_m_lhs_index = 1; |
| 435 | const unsigned OpJnlesseq_m_rhs_index = 2; |
| 436 | const unsigned OpJnlesseq_m_targetLabel_index = 3; |
| 437 | const unsigned OpJngreater_m_lhs_index = 1; |
| 438 | const unsigned OpJngreater_m_rhs_index = 2; |
| 439 | const unsigned OpJngreater_m_targetLabel_index = 3; |
| 440 | const unsigned OpJngreatereq_m_lhs_index = 1; |
| 441 | const unsigned OpJngreatereq_m_rhs_index = 2; |
| 442 | const unsigned OpJngreatereq_m_targetLabel_index = 3; |
| 443 | const unsigned OpJbelow_m_lhs_index = 1; |
| 444 | const unsigned OpJbelow_m_rhs_index = 2; |
| 445 | const unsigned OpJbelow_m_targetLabel_index = 3; |
| 446 | const unsigned OpJbeloweq_m_lhs_index = 1; |
| 447 | const unsigned OpJbeloweq_m_rhs_index = 2; |
| 448 | const unsigned OpJbeloweq_m_targetLabel_index = 3; |
| 449 | |
| 450 | const unsigned OpSwitchImm_m_tableIndex_index = 1; |
| 451 | const unsigned OpSwitchImm_m_defaultOffset_index = 2; |
| 452 | const unsigned OpSwitchImm_m_scrutinee_index = 3; |
| 453 | const unsigned OpSwitchChar_m_tableIndex_index = 1; |
| 454 | const unsigned OpSwitchChar_m_defaultOffset_index = 2; |
| 455 | const unsigned OpSwitchChar_m_scrutinee_index = 3; |
| 456 | const unsigned OpSwitchString_m_tableIndex_index = 1; |
| 457 | const unsigned OpSwitchString_m_defaultOffset_index = 2; |
| 458 | const unsigned OpSwitchString_m_scrutinee_index = 3; |
| 459 | const unsigned OpNewFunc_m_dst_index = 1; |
| 460 | const unsigned OpNewFunc_m_scope_index = 2; |
| 461 | const unsigned OpNewFunc_m_functionDecl_index = 3; |
| 462 | const unsigned OpNewFuncExp_m_dst_index = 1; |
| 463 | const unsigned OpNewFuncExp_m_scope_index = 2; |
| 464 | const unsigned OpNewFuncExp_m_functionDecl_index = 3; |
| 465 | const unsigned OpNewGeneratorFunc_m_dst_index = 1; |
| 466 | const unsigned OpNewGeneratorFunc_m_scope_index = 2; |
| 467 | const unsigned OpNewGeneratorFunc_m_functionDecl_index = 3; |
| 468 | const unsigned OpNewGeneratorFuncExp_m_dst_index = 1; |
| 469 | const unsigned OpNewGeneratorFuncExp_m_scope_index = 2; |
| 470 | const unsigned OpNewGeneratorFuncExp_m_functionDecl_index = 3; |
| 471 | const unsigned OpNewAsyncFunc_m_dst_index = 1; |
| 472 | const unsigned OpNewAsyncFunc_m_scope_index = 2; |
| 473 | const unsigned OpNewAsyncFunc_m_functionDecl_index = 3; |
| 474 | const unsigned OpNewAsyncFuncExp_m_dst_index = 1; |
| 475 | const unsigned OpNewAsyncFuncExp_m_scope_index = 2; |
| 476 | const unsigned OpNewAsyncFuncExp_m_functionDecl_index = 3; |
| 477 | const unsigned OpNewAsyncGeneratorFunc_m_dst_index = 1; |
| 478 | const unsigned OpNewAsyncGeneratorFunc_m_scope_index = 2; |
| 479 | const unsigned OpNewAsyncGeneratorFunc_m_functionDecl_index = 3; |
| 480 | const unsigned OpNewAsyncGeneratorFuncExp_m_dst_index = 1; |
| 481 | const unsigned OpNewAsyncGeneratorFuncExp_m_scope_index = 2; |
| 482 | const unsigned OpNewAsyncGeneratorFuncExp_m_functionDecl_index = 3; |
| 483 | const unsigned OpSetFunctionName_m_function_index = 1; |
| 484 | const unsigned OpSetFunctionName_m_name_index = 2; |
| 485 | const unsigned OpRet_m_value_index = 1; |
| 486 | const unsigned OpStrcat_m_dst_index = 1; |
| 487 | const unsigned OpStrcat_m_src_index = 2; |
| 488 | const unsigned OpStrcat_m_count_index = 3; |
| 489 | const unsigned OpToPrimitive_m_dst_index = 1; |
| 490 | const unsigned OpToPrimitive_m_src_index = 2; |
| 491 | const unsigned OpPutToArguments_m_arguments_index = 1; |
| 492 | const unsigned OpPutToArguments_m_index_index = 2; |
| 493 | const unsigned OpPutToArguments_m_value_index = 3; |
| 494 | const unsigned OpPushWithScope_m_dst_index = 1; |
| 495 | const unsigned OpPushWithScope_m_currentScope_index = 2; |
| 496 | const unsigned OpPushWithScope_m_newScope_index = 3; |
| 497 | const unsigned OpCreateLexicalEnvironment_m_dst_index = 1; |
| 498 | const unsigned OpCreateLexicalEnvironment_m_scope_index = 2; |
| 499 | const unsigned OpCreateLexicalEnvironment_m_symbolTable_index = 3; |
| 500 | const unsigned OpCreateLexicalEnvironment_m_initialValue_index = 4; |
| 501 | const unsigned OpCreateGeneratorFrameEnvironment_m_dst_index = 1; |
| 502 | const unsigned OpCreateGeneratorFrameEnvironment_m_scope_index = 2; |
| 503 | const unsigned OpCreateGeneratorFrameEnvironment_m_symbolTable_index = 3; |
| 504 | const unsigned OpCreateGeneratorFrameEnvironment_m_initialValue_index = 4; |
| 505 | const unsigned OpGetParentScope_m_dst_index = 1; |
| 506 | const unsigned OpGetParentScope_m_scope_index = 2; |
| 507 | const unsigned OpThrow_m_value_index = 1; |
| 508 | const unsigned OpThrowStaticError_m_message_index = 1; |
| 509 | const unsigned OpThrowStaticError_m_errorType_index = 2; |
| 510 | const unsigned OpDebug_m_debugHookType_index = 1; |
| 511 | const unsigned OpDebug_m_hasBreakpoint_index = 2; |
| 512 | const unsigned OpEnd_m_value_index = 1; |
| 513 | const unsigned OpGetEnumerableLength_m_dst_index = 1; |
| 514 | const unsigned OpGetEnumerableLength_m_base_index = 2; |
| 515 | const unsigned OpHasStructureProperty_m_dst_index = 1; |
| 516 | const unsigned OpHasStructureProperty_m_base_index = 2; |
| 517 | const unsigned OpHasStructureProperty_m_property_index = 3; |
| 518 | const unsigned OpHasStructureProperty_m_enumerator_index = 4; |
| 519 | const unsigned OpHasGenericProperty_m_dst_index = 1; |
| 520 | const unsigned OpHasGenericProperty_m_base_index = 2; |
| 521 | const unsigned OpHasGenericProperty_m_property_index = 3; |
| 522 | const unsigned OpGetPropertyEnumerator_m_dst_index = 1; |
| 523 | const unsigned OpGetPropertyEnumerator_m_base_index = 2; |
| 524 | const unsigned OpEnumeratorStructurePname_m_dst_index = 1; |
| 525 | const unsigned OpEnumeratorStructurePname_m_enumerator_index = 2; |
| 526 | const unsigned OpEnumeratorStructurePname_m_index_index = 3; |
| 527 | const unsigned OpEnumeratorGenericPname_m_dst_index = 1; |
| 528 | const unsigned OpEnumeratorGenericPname_m_enumerator_index = 2; |
| 529 | const unsigned OpEnumeratorGenericPname_m_index_index = 3; |
| 530 | const unsigned OpToIndexString_m_dst_index = 1; |
| 531 | const unsigned OpToIndexString_m_index_index = 2; |
| 532 | |
| 533 | const unsigned OpCreateRest_m_dst_index = 1; |
| 534 | const unsigned OpCreateRest_m_arraySize_index = 2; |
| 535 | const unsigned OpCreateRest_m_numParametersToSkip_index = 3; |
| 536 | const unsigned OpGetRestLength_m_dst_index = 1; |
| 537 | const unsigned OpGetRestLength_m_numParametersToSkip_index = 2; |
| 538 | const unsigned OpYield_m_generator_index = 1; |
| 539 | const unsigned OpYield_m_yieldPoint_index = 2; |
| 540 | const unsigned OpYield_m_argument_index = 3; |
| 541 | |
| 542 | const unsigned OpLogShadowChickenPrologue_m_scope_index = 1; |
| 543 | const unsigned OpLogShadowChickenTail_m_thisValue_index = 1; |
| 544 | const unsigned OpLogShadowChickenTail_m_scope_index = 2; |
| 545 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_dst_index = 1; |
| 546 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_scope_index = 2; |
| 547 | const unsigned OpResolveScopeForHoistingFuncDeclInEval_m_property_index = 3; |
| 548 | |
| 549 | |
| 550 | |
| 551 | |
| 552 | } // namespace JSC |
| 553 | |