Index: src/objects.h |
=================================================================== |
--- src/objects.h (revision 11067) |
+++ src/objects.h (working copy) |
@@ -7585,9 +7585,6 @@ |
static const byte kUndefined = 5; |
static const byte kOther = 6; |
- // The ToNumber value of a hidden oddball is a negative smi. |
- static const int kLeastHiddenOddballNumber = -5; |
- |
typedef FixedBodyDescriptor<kToStringOffset, |
kToNumberOffset + kPointerSize, |
kSize> BodyDescriptor; |