e1cfc35572
1. Make bitLength work on very large values. This fixes problems with BigInt.from on large values. 2. Restructure to allow Math.clz32 to be used once dart2js no longer supporst IE11. Change-Id: I255f030ff3b3630cdee63502d11a8b6630a4f008 Reviewed-on: https://dart-review.googlesource.com/41960 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Vijay Menon <vsm@google.com>