Comment #2 on issue 1197 by [email protected]: Sputnik: String.prototype.toString should call ToObject on this
http://code.google.com/p/v8/issues/detail?id=1197

Actually, Object.prototype.toString does call toObject on this.
Problem is that the this already arrives wrapped / converted from undefined/null to global object.
This is a bug.

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

Reply via email to