| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ab7778ffba5c302580064068085c476833b76cde..382ee15df65819a11207d7a0f88e978f44db6bb7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -1052,9 +1052,11 @@ class Object {
|
| INLINE(bool IsFiller() const);
|
|
|
| // Extract the number.
|
| - inline double Number();
|
| + inline double Number() const;
|
| INLINE(bool IsNaN() const);
|
| INLINE(bool IsMinusZero() const);
|
| + INLINE(bool IsInt32() const);
|
| + INLINE(bool IsUint32() const);
|
| bool ToInt32(int32_t* value);
|
| bool ToUint32(uint32_t* value);
|
|
|
|
|