Introduce builtin for Array.slice function.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Feb 2010 12:14:23 +0000 (12:14 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 16 Feb 2010 12:14:23 +0000 (12:14 +0000)
commitea1b4f0eb1cfd0e259a7fb7338c3690601b50677
treea2012262afac82cf0f4dceffd44daf2fc539ef48
parent899bef8226f906753a3bc589151ed18d8b819fa8
Introduce builtin for Array.slice function.

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

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