ES6: Add support for Array.prototype.fill()
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 08:28:29 +0000 (08:28 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 08:28:29 +0000 (08:28 +0000)
commitace15fa612155a16b699b4c50c0d7a8b37da06d4
tree0f05bedc5619fe08a9ac6b1a8eb3f7a90302a271
parentc7768f4cd81477fd78eab509e37b224284d3b788
ES6: Add support for Array.prototype.fill()

BUG=v8:3273
LOG=Y
R=dslomov@chromium.org

Review URL: https://codereview.chromium.org/240873002

Patch from Adrian Perez <aperez@igalia.com>.

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