Fix issue 1361 - Implement ES5 Array.prototype.toString.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 5 Oct 2011 07:08:23 +0000 (07:08 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 5 Oct 2011 07:08:23 +0000 (07:08 +0000)
commit9f73eed45fb280a4de2ba8f6c8dae5fb589730af
tree4cb4d72c42821acceeefe32bb9c80c35d785598b
parent9f06a995925aedaba62dc1f82f798a0958fc96b6
Fix issue 1361 - Implement ES5 Array.prototype.toString.

BUG=v8:1361
TEST=mjsunit/array-tostring

Review URL: http://codereview.chromium.org/8124025

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9519 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
test/mjsunit/array-tostring.js [new file with mode: 0644]
test/mjsunit/regress/regress-877615.js