| Index: runtime/vm/bigint_operations.h
|
| diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
|
| index 2ca6ee14cc47cc3e9984469748b8e9d239d0b6b3..e9c31a22c46a1bb02bb91e6b971214caa3e851bf 100644
|
| --- a/runtime/vm/bigint_operations.h
|
| +++ b/runtime/vm/bigint_operations.h
|
| @@ -66,6 +66,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);
|
|
|
|
|