| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 25633)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -4137,8 +4137,8 @@
|
| RawInteger* ArithmeticOp(Token::Kind operation, const Integer& other) const;
|
| RawInteger* BitOp(Token::Kind operation, const Integer& other) const;
|
|
|
| - // Returns true if the Integer does not fit in 53 bits.
|
| - bool CheckFiftyThreeBitOverflow() const;
|
| + // Returns true if the Integer does not fit in a Javascript integer.
|
| + bool CheckJavascriptIntegerOverflow() const;
|
|
|
| private:
|
| // Return an integer in the form of a RawBigint.
|
|
|