Status: New
Owner: ----

New issue 1436 by [email protected]: reduce and reduceRight bind callback's this to null rather than undefined.
http://code.google.com/p/v8/issues/detail?id=1436

Both
    [2,3].reduce(function(){'use strict';return this;})
and
    [2,3].reduceRight(function(){'use strict';return this;})
return null rather than undefined. This violates step 9.c.ii of sections 15.4.4.21 and 15.4.4.22 of ES5.1.


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

Reply via email to