Introduce Array.splice builtin.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Feb 2010 10:54:49 +0000 (10:54 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Feb 2010 10:54:49 +0000 (10:54 +0000)
commitbe21c71584fd16f88a1e65515737535a39e19548
treefdc4c4cf7c1c7074eaa7fe06fc6a1954d982e85b
parent210e02442e44a1f7076da5ee7224b010e4bd3c37
Introduce Array.splice builtin.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3885 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/bootstrapper.cc
src/builtins.cc
src/builtins.h
test/mjsunit/array-splice.js [new file with mode: 0644]