Introduce access control in propertyIsEnumerable.
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 31 Oct 2008 09:42:14 +0000 (09:42 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 31 Oct 2008 09:42:14 +0000 (09:42 +0000)
commit77a92988d238b075981d34ff9f0039118395d0a0
tree12b6ecf1669f765a466f739ed0351bd6773875e0
parent744aedd2d00cb15556e3aa5f594476a348016c27
Introduce access control in propertyIsEnumerable.
Also, fix JSObject::getPropertyAttribute() so it deals correctly with access control modifiers.
Review URL: http://codereview.chromium.org/8834

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