| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2f52094ba139393372c35e76d29b37f9442dac58..b214a372e6dd42a57be74d95ad70ac77df6a89b2 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1022,7 +1022,7 @@ template <class C> inline bool Is(Object* obj);
|
| V(OrderedHashTable)
|
|
|
|
|
| -#define ERROR_MESSAGES_LIST(V) \
|
| +#define ERROR_MESSAGES_LIST(V) \
|
| V(kNoReason, "no reason") \
|
| \
|
| V(k32BitValueInRegisterIsNotZeroExtended, \
|
| @@ -1089,24 +1089,17 @@ template <class C> inline bool Is(Object* obj);
|
| V(kExpectedNonIdenticalObjects, "Expected non-identical objects") \
|
| V(kExpectedNonNullContext, "Expected non-null context") \
|
| V(kExpectedPositiveZero, "Expected +0.0") \
|
| - V(kExpectedAllocationSiteInCell, \
|
| - "Expected AllocationSite in property cell") \
|
| + V(kExpectedAllocationSiteInCell, "Expected AllocationSite in property cell")\
|
| V(kExpectedFixedArrayInFeedbackVector, \
|
| "Expected fixed array in feedback vector") \
|
| - V(kExpectedFixedArrayInRegisterA2, \
|
| - "Expected fixed array in register a2") \
|
| - V(kExpectedFixedArrayInRegisterEbx, \
|
| - "Expected fixed array in register ebx") \
|
| - V(kExpectedFixedArrayInRegisterR2, \
|
| - "Expected fixed array in register r2") \
|
| - V(kExpectedFixedArrayInRegisterRbx, \
|
| - "Expected fixed array in register rbx") \
|
| + V(kExpectedFixedArrayInRegisterA2, "Expected fixed array in register a2") \
|
| + V(kExpectedFixedArrayInRegisterEbx, "Expected fixed array in register ebx") \
|
| + V(kExpectedFixedArrayInRegisterR2, "Expected fixed array in register r2") \
|
| + V(kExpectedFixedArrayInRegisterRbx, "Expected fixed array in register rbx") \
|
| V(kExpectedNewSpaceObject, "Expected new space object") \
|
| V(kExpectedSmiOrHeapNumber, "Expected smi or HeapNumber") \
|
| - V(kExpectedUndefinedOrCell, \
|
| - "Expected undefined or cell in register") \
|
| - V(kExpectingAlignmentForCopyBytes, \
|
| - "Expecting alignment for CopyBytes") \
|
| + V(kExpectedUndefinedOrCell, "Expected undefined or cell in register") \
|
| + V(kExpectingAlignmentForCopyBytes, "Expecting alignment for CopyBytes") \
|
| V(kExportDeclaration, "Export declaration") \
|
| V(kExternalStringExpectedButNotFound, \
|
| "External string expected, but not found") \
|
| @@ -1179,8 +1172,7 @@ template <class C> inline bool Is(Object* obj);
|
| V(kLhsHasBeenClobbered, "lhs has been clobbered") \
|
| V(kLiveBytesCountOverflowChunkSize, "Live Bytes Count overflow chunk size") \
|
| V(kLiveEdit, "LiveEdit") \
|
| - V(kLookupVariableInCountOperation, \
|
| - "Lookup variable in count operation") \
|
| + V(kLookupVariableInCountOperation, "Lookup variable in count operation") \
|
| V(kMapBecameDeprecated, "Map became deprecated") \
|
| V(kMapBecameUnstable, "Map became unstable") \
|
| V(kMapIsNoLongerInEax, "Map is no longer in eax") \
|
| @@ -1191,25 +1183,23 @@ template <class C> inline bool Is(Object* obj);
|
| V(kModuleVariable, "Module variable") \
|
| V(kModuleUrl, "Module url") \
|
| V(kNativeFunctionLiteral, "Native function literal") \
|
| + V(kSuperReference, "Super reference") \
|
| V(kNeedSmiLiteral, "Need a Smi literal here") \
|
| V(kNoCasesLeft, "No cases left") \
|
| V(kNoEmptyArraysHereInEmitFastAsciiArrayJoin, \
|
| "No empty arrays here in EmitFastAsciiArrayJoin") \
|
| - V(kNonInitializerAssignmentToConst, \
|
| - "Non-initializer assignment to const") \
|
| + V(kNonInitializerAssignmentToConst, "Non-initializer assignment to const") \
|
| V(kNonSmiIndex, "Non-smi index") \
|
| V(kNonSmiKeyInArrayLiteral, "Non-smi key in array literal") \
|
| V(kNonSmiValue, "Non-smi value") \
|
| V(kNonObject, "Non-object value") \
|
| V(kNotEnoughVirtualRegistersForValues, \
|
| "Not enough virtual registers for values") \
|
| - V(kNotEnoughSpillSlotsForOsr, \
|
| - "Not enough spill slots for OSR") \
|
| + V(kNotEnoughSpillSlotsForOsr, "Not enough spill slots for OSR") \
|
| V(kNotEnoughVirtualRegistersRegalloc, \
|
| "Not enough virtual registers (regalloc)") \
|
| V(kObjectFoundInSmiOnlyArray, "Object found in smi-only array") \
|
| - V(kObjectLiteralWithComplexProperty, \
|
| - "Object literal with complex property") \
|
| + V(kObjectLiteralWithComplexProperty, "Object literal with complex property")\
|
| V(kOddballInStringTableIsNotUndefinedOrTheHole, \
|
| "Oddball in string table is not undefined or the hole") \
|
| V(kOffsetOutOfRange, "Offset out of range") \
|
| @@ -1235,12 +1225,11 @@ template <class C> inline bool Is(Object* obj);
|
| V(kReceivedInvalidReturnAddress, "Received invalid return address") \
|
| V(kReferenceToAVariableWhichRequiresDynamicLookup, \
|
| "Reference to a variable which requires dynamic lookup") \
|
| - V(kReferenceToGlobalLexicalVariable, \
|
| - "Reference to global lexical variable") \
|
| + V(kReferenceToGlobalLexicalVariable, "Reference to global lexical variable")\
|
| V(kReferenceToUninitializedVariable, "Reference to uninitialized variable") \
|
| V(kRegisterDidNotMatchExpectedRoot, "Register did not match expected root") \
|
| V(kRegisterWasClobbered, "Register was clobbered") \
|
| - V(kRememberedSetPointerInNewSpace, "Remembered set pointer is in new space") \
|
| + V(kRememberedSetPointerInNewSpace, "Remembered set pointer is in new space")\
|
| V(kReturnAddressNotFoundInFrame, "Return address not found in frame") \
|
| V(kRhsHasBeenClobbered, "Rhs has been clobbered") \
|
| V(kScopedBlock, "ScopedBlock") \
|
|
|