Comment #3 on issue 2449 by [email protected]: Number.prototype.{toFixed, toPrecision,toExponential, toLocaleString} are not generic
http://code.google.com/p/v8/issues/detail?id=2449

I do QA for my company and really have no idea what this issue is about, but when testing this in Canary for one of our developers I found that the fourth test case is still calling the valueOf function. Just thought you should know in case something needs to be done.

1. Used Version 26.0.1386.0 canary
2. Entered "Number.prototype.toLocaleString.call({valueOf: function(){throw "value-of called"}})" in console
3. "value-of called" is returned

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

Reply via email to