Add sparse array handling to Array.protoype.indexOf/lastIndexOf.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Sep 2010 12:57:32 +0000 (12:57 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 9 Sep 2010 12:57:32 +0000 (12:57 +0000)
commitd1a674f7c1cbeb1851a7516a4eb6a3ce65bf6f66
tree8fdbc3f6b04d4627aefa8b8cb56b0fcfbaf0fdfe
parent67d83027795eb34f6c784842ce3278851af768b2
Add sparse array handling to Array.protoype.indexOf/lastIndexOf.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5432 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/array.js
src/runtime.cc
test/mjsunit/array-indexing.js