Status: New Owner: ----New issue 1361 by [email protected]: Array.prototype.toString is not generic, it should be according to ES5
http://code.google.com/p/v8/issues/detail?id=1361
In ES5 Array.prototype.toString is now generic, and should as such work on. It is currently guarded by an IS_ARRAY(this) check (and does not function correctly if this check is removed)
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
