Hi,

as expected, typeof Infinity is 'number'. However, typeof Number.Infinity 
is 'undefined'. Why is that?

typeof Number.POSITIVE_INFINITY and typeof Number.NEGATIVE_INFINITY are 
both 'number', too. So I would expect typeof Number.Infinity to be 'number' 
also.

Thanks.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to