Luke Hoban (2013-07-12T04:01:52.000Z)
Two questions on new Number APIs:

1) Is it intentional that clz is on Number.prototype instead of Number?  Why?  
2) Is it intentional that Number.toInteger(Infinity) returns true?

Luke
domenic at domenicdenicola.com (2013-07-12T16:36:29.240Z)
Two questions on new `Number` APIs:

1. Is it intentional that `clz` is on `Number.prototype` instead of `Number`?  Why?  
2. Is it intentional that `Number.toInteger(Infinity)` returns `true`?
domenic at domenicdenicola.com (2013-07-12T16:26:28.265Z)
Two questions on new Number APIs:

1. Is it intentional that clz is on Number.prototype instead of Number?  Why?  
2. Is it intentional that Number.toInteger(Infinity) returns true?