OLD | NEW |
1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 the V8 project authors. All rights reserved. |
2 // Redistribution and use in source and binary forms, with or without | 2 // Redistribution and use in source and binary forms, with or without |
3 // modification, are permitted provided that the following conditions are | 3 // modification, are permitted provided that the following conditions are |
4 // met: | 4 // met: |
5 // | 5 // |
6 // * Redistributions of source code must retain the above copyright | 6 // * Redistributions of source code must retain the above copyright |
7 // notice, this list of conditions and the following disclaimer. | 7 // notice, this list of conditions and the following disclaimer. |
8 // * Redistributions in binary form must reproduce the above | 8 // * Redistributions in binary form must reproduce the above |
9 // copyright notice, this list of conditions and the following | 9 // copyright notice, this list of conditions and the following |
10 // disclaimer in the documentation and/or other materials provided | 10 // disclaimer in the documentation and/or other materials provided |
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1199 V(kLiveEdit, "LiveEdit") \ | 1199 V(kLiveEdit, "LiveEdit") \ |
1200 V(kLookupVariableInCountOperation, \ | 1200 V(kLookupVariableInCountOperation, \ |
1201 "lookup variable in count operation") \ | 1201 "lookup variable in count operation") \ |
1202 V(kMapIsNoLongerInEax, "Map is no longer in eax") \ | 1202 V(kMapIsNoLongerInEax, "Map is no longer in eax") \ |
1203 V(kModuleDeclaration, "Module declaration") \ | 1203 V(kModuleDeclaration, "Module declaration") \ |
1204 V(kModuleLiteral, "Module literal") \ | 1204 V(kModuleLiteral, "Module literal") \ |
1205 V(kModulePath, "Module path") \ | 1205 V(kModulePath, "Module path") \ |
1206 V(kModuleStatement, "Module statement") \ | 1206 V(kModuleStatement, "Module statement") \ |
1207 V(kModuleVariable, "Module variable") \ | 1207 V(kModuleVariable, "Module variable") \ |
1208 V(kModuleUrl, "Module url") \ | 1208 V(kModuleUrl, "Module url") \ |
1209 V(kNativeFunctionLiteral, "Native function literal") \ | |
1210 V(kNoCasesLeft, "no cases left") \ | 1209 V(kNoCasesLeft, "no cases left") \ |
1211 V(kNoEmptyArraysHereInEmitFastAsciiArrayJoin, \ | 1210 V(kNoEmptyArraysHereInEmitFastAsciiArrayJoin, \ |
1212 "No empty arrays here in EmitFastAsciiArrayJoin") \ | 1211 "No empty arrays here in EmitFastAsciiArrayJoin") \ |
1213 V(kNonInitializerAssignmentToConst, \ | 1212 V(kNonInitializerAssignmentToConst, \ |
1214 "non-initializer assignment to const") \ | 1213 "non-initializer assignment to const") \ |
1215 V(kNonSmiIndex, "Non-smi index") \ | 1214 V(kNonSmiIndex, "Non-smi index") \ |
1216 V(kNonSmiKeyInArrayLiteral, "Non-smi key in array literal") \ | 1215 V(kNonSmiKeyInArrayLiteral, "Non-smi key in array literal") \ |
1217 V(kNonSmiValue, "Non-smi value") \ | 1216 V(kNonSmiValue, "Non-smi value") \ |
1218 V(kNotEnoughVirtualRegistersForValues, \ | 1217 V(kNotEnoughVirtualRegistersForValues, \ |
1219 "not enough virtual registers for values") \ | 1218 "not enough virtual registers for values") \ |
(...skipping 23 matching lines...) Expand all Loading... |
1243 V(kPropertyAllocationCountFailed, "Property allocation count failed") \ | 1242 V(kPropertyAllocationCountFailed, "Property allocation count failed") \ |
1244 V(kReceivedInvalidReturnAddress, "Received invalid return address") \ | 1243 V(kReceivedInvalidReturnAddress, "Received invalid return address") \ |
1245 V(kReferenceToAVariableWhichRequiresDynamicLookup, \ | 1244 V(kReferenceToAVariableWhichRequiresDynamicLookup, \ |
1246 "reference to a variable which requires dynamic lookup") \ | 1245 "reference to a variable which requires dynamic lookup") \ |
1247 V(kReferenceToGlobalLexicalVariable, \ | 1246 V(kReferenceToGlobalLexicalVariable, \ |
1248 "reference to global lexical variable") \ | 1247 "reference to global lexical variable") \ |
1249 V(kReferenceToUninitializedVariable, "reference to uninitialized variable") \ | 1248 V(kReferenceToUninitializedVariable, "reference to uninitialized variable") \ |
1250 V(kRegisterDidNotMatchExpectedRoot, "Register did not match expected root") \ | 1249 V(kRegisterDidNotMatchExpectedRoot, "Register did not match expected root") \ |
1251 V(kRegisterWasClobbered, "register was clobbered") \ | 1250 V(kRegisterWasClobbered, "register was clobbered") \ |
1252 V(kScopedBlock, "ScopedBlock") \ | 1251 V(kScopedBlock, "ScopedBlock") \ |
| 1252 V(kSharedFunctionInfoLiteral, "Shared function info literal") \ |
1253 V(kSmiAdditionOverflow, "Smi addition overflow") \ | 1253 V(kSmiAdditionOverflow, "Smi addition overflow") \ |
1254 V(kSmiSubtractionOverflow, "Smi subtraction overflow") \ | 1254 V(kSmiSubtractionOverflow, "Smi subtraction overflow") \ |
1255 V(kStackFrameTypesMustMatch, "stack frame types must match") \ | 1255 V(kStackFrameTypesMustMatch, "stack frame types must match") \ |
1256 V(kSwitchStatementMixedOrNonLiteralSwitchLabels, \ | 1256 V(kSwitchStatementMixedOrNonLiteralSwitchLabels, \ |
1257 "SwitchStatement: mixed or non-literal switch labels") \ | 1257 "SwitchStatement: mixed or non-literal switch labels") \ |
1258 V(kSwitchStatementTooManyClauses, "SwitchStatement: too many clauses") \ | 1258 V(kSwitchStatementTooManyClauses, "SwitchStatement: too many clauses") \ |
1259 V(kTheInstructionShouldBeALui, "The instruction should be a lui") \ | 1259 V(kTheInstructionShouldBeALui, "The instruction should be a lui") \ |
1260 V(kTheInstructionShouldBeAnOri, "The instruction should be an ori") \ | 1260 V(kTheInstructionShouldBeAnOri, "The instruction should be an ori") \ |
1261 V(kTheInstructionToPatchShouldBeALoadFromPc, \ | 1261 V(kTheInstructionToPatchShouldBeALoadFromPc, \ |
1262 "The instruction to patch should be a load from pc") \ | 1262 "The instruction to patch should be a load from pc") \ |
(...skipping 8974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10237 } else { | 10237 } else { |
10238 value &= ~(1 << bit_position); | 10238 value &= ~(1 << bit_position); |
10239 } | 10239 } |
10240 return value; | 10240 return value; |
10241 } | 10241 } |
10242 }; | 10242 }; |
10243 | 10243 |
10244 } } // namespace v8::internal | 10244 } } // namespace v8::internal |
10245 | 10245 |
10246 #endif // V8_OBJECTS_H_ | 10246 #endif // V8_OBJECTS_H_ |
OLD | NEW |