Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 1a2e1d20b5957ae7c775ace520d48a6b86895c94..d49d5bd89caf28d38f53f8f4b1cbacb9374c0920 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -4361,6 +4361,7 @@ class Integer : public Number { |
// Returns a canonical Integer object allocated in the old gen space. |
static RawInteger* NewCanonical(const String& str); |
+ static RawInteger* NewCanonical(int64_t value); |
Ivan Posva
2013/10/29 21:42:59
ditto
Søren Gjesse
2013/10/30 11:44:02
Done.
|
// Do not throw JavascriptIntegerOverflow if 'silent' is true. |
static RawInteger* New(int64_t value, |