| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 40821)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -165,8 +165,12 @@
|
| #define INVISIBLE_CLASS_FUNCTIONS(V) \
|
| V(CoreLibrary, int, _throwFormatException) \
|
| V(CoreLibrary, int, _parse) \
|
| + V(CoreLibrary, _Bigint, _add) \
|
| + V(CoreLibrary, _Bigint, _sub) \
|
| V(CoreLibrary, _Bigint, _mulAdd) \
|
| V(CoreLibrary, _Bigint, _sqrAdd) \
|
| + V(CoreLibrary, _Bigint, _estQuotientDigit) \
|
| + V(CoreLibrary, _Montgomery, _mulMod) \
|
|
|
| #define INVISIBLE_LIBRARY_FUNCTIONS(V) \
|
| V(TypedDataLibrary, _toInt8) \
|
|
|