Check enumerability of array indices correctly in propertyIsEnumerable.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Oct 2011 09:15:58 +0000 (09:15 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Oct 2011 09:15:58 +0000 (09:15 +0000)
commit165e105ec926c15ee1b11757461a206a11e7c391
tree6c48b56788b2bfac8970067beff0a5371fb8dc56
parent08a85de7030e8ef032df0ebc0d1dadcee927bc66
Check enumerability of array indices correctly in propertyIsEnumerable.

Fix issue 1692.

BUG=v8:1692
TEST=mjsunit/regress/regress-1692

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

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