| Index: runtime/vm/bigint_operations.h
|
| diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
|
| index 39050df06e625b2f0c98d5d4e02443bb705df9c2..03d09ecc41230483e630ae2f0891798a4e695e1e 100644
|
| --- a/runtime/vm/bigint_operations.h
|
| +++ b/runtime/vm/bigint_operations.h
|
| @@ -53,6 +53,7 @@ class BigintOperations : public AllStatic {
|
| static int64_t ToMint(const Bigint& bigint);
|
|
|
| static bool FitsIntoUint64(const Bigint& bigint);
|
| + static bool AbsFitsIntoUint64(const Bigint& bigint);
|
| static uint64_t ToUint64(const Bigint& bigint);
|
| static uint64_t AbsToUint64(const Bigint& bigint);
|
|
|
|
|