Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 40612) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -165,6 +165,7 @@ |
| V(CoreLibrary, int, _throwFormatException) \ |
| V(CoreLibrary, int, _parse) \ |
| V(CoreLibrary, _Bigint, _mulAdd) \ |
| + V(CoreLibrary, _Bigint, _sqrAdd) \ |
| #define INVISIBLE_LIBRARY_FUNCTIONS(V) \ |
| V(TypedDataLibrary, _toInt8) \ |