Qantas 94 Heavy wrote:
Would Math.clz32 still throw a TypeError if the argument is not a number, nor an object with the [[NumberData]] internal slot? Currently all math functions perform ToNumber on their arguments, unlike what Number.prototype.clz is currently specified to do.
ToUint32 does ToNumber in its first step (http://people.mozilla.org/~jorendorff/es6-draft.html#sec-touint32).
/be _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

