| Index: runtime/vm/bigint_operations.h
|
| diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
|
| index b56eb83ec0b6e8f07800ad7d031cc0ff8b82470a..70fe3a254984584759a4e93bf5fc30b7bdc841af 100644
|
| --- a/runtime/vm/bigint_operations.h
|
| +++ b/runtime/vm/bigint_operations.h
|
| @@ -68,6 +68,7 @@ class BigintOperations : public AllStatic {
|
| static bool FitsIntoUint64(const Bigint& bigint);
|
| static bool AbsFitsIntoUint64(const Bigint& bigint);
|
| static uint64_t ToUint64(const Bigint& bigint);
|
| + static uint32_t TruncateToUint32(const Bigint& bigint);
|
| static uint64_t AbsToUint64(const Bigint& bigint);
|
|
|
| static RawDouble* ToDouble(const Bigint& bigint);
|
|
|