| Index: runtime/vm/bigint_operations.h
|
| diff --git a/runtime/vm/bigint_operations.h b/runtime/vm/bigint_operations.h
|
| index 892ee6ce0d1513731da98cbdeeff47671bc63285..b38bc41bd9ec6ad1c62986d6aaeb2685150f5f06 100644
|
| --- a/runtime/vm/bigint_operations.h
|
| +++ b/runtime/vm/bigint_operations.h
|
| @@ -92,6 +92,7 @@ class BigintOperations : public AllStatic {
|
| static RawBigint* BitOr(const Bigint& a, const Bigint& b);
|
| static RawBigint* BitXor(const Bigint& a, const Bigint& b);
|
| static RawBigint* BitNot(const Bigint& bigint);
|
| + static int64_t BitLength(const Bigint& bigint);
|
|
|
| static int Compare(const Bigint& a, const Bigint& b);
|
|
|
|
|