| Index: runtime/vm/bigint_operations.h
|
| diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
|
| index f79e7aebc80d4706de2de7d0a6eb595ffd110e20..39050df06e625b2f0c98d5d4e02443bb705df9c2 100644
|
| --- a/runtime/vm/bigint_operations.h
|
| +++ b/runtime/vm/bigint_operations.h
|
| @@ -43,6 +43,9 @@ class BigintOperations : public AllStatic {
|
| static const char* ToHexCString(const Bigint& bigint,
|
| uword (*allocator)(intptr_t size));
|
|
|
| + static const char* ToDecimalCString(const Bigint& bigint,
|
| + uword (*allocator)(intptr_t size));
|
| +
|
| static bool FitsIntoSmi(const Bigint& bigint);
|
| static RawSmi* ToSmi(const Bigint& bigint);
|
|
|
|
|