Chromium Code Reviews| Index: runtime/lib/double.dart |
| =================================================================== |
| --- runtime/lib/double.dart (revision 40060) |
| +++ runtime/lib/double.dart (working copy) |
| @@ -134,6 +134,7 @@ |
| } |
| int toInt() native "Double_toInt"; |
| + _Bigint _toBigint() { return toInt()._toBigint(); } |
| double toDouble() { return this; } |
| static const int CACHE_SIZE_LOG2 = 3; |