Fix array boundary error.
authorantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Feb 2011 13:30:22 +0000 (13:30 +0000)
committerantonm@chromium.org <antonm@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 3 Feb 2011 13:30:22 +0000 (13:30 +0000)
commit73348e83eaa9f5ae1d734d62dc11363574fa2265
treecedadf212d57d2ac56d72e7bb153549ca4ed2b4a
parent3a52b68447ff3bbb805984b68ef0387d50ad25b8
Fix array boundary error.

It made value of allowed_access_type[v8::ACCESS_KEYS] be a wild value.  On most of
platforms it was 0 and tests passed.  But on ARM (and on ia32 if you alter test a bit)
it could become true and hence allow enumeration of properties.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6618 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/test-api.cc