| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 23089)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -3919,6 +3919,8 @@
|
| class Integer : public Number {
|
| public:
|
| static RawInteger* New(const String& str, Heap::Space space = Heap::kNew);
|
| + static RawInteger* NewFromUint64(
|
| + uint64_t value, Heap::Space space = Heap::kNew);
|
|
|
| // Returns a canonical Integer object allocated in the old gen space.
|
| static RawInteger* NewCanonical(const String& str);
|
|
|