v8/test
antonm@chromium.org ebba43f37a Make intercepted properties retrievable only by getter to be not enumerable.
Currently if there is no query callback, V8 finds out intercepted properties'
attributes using getter: if getter returns not empty handle V8 treats
such a property as property with NONE attribues which means this property
is enumerable.

However, if there is no enumerator, this property cannot be enumerated.
Thus I think we should treat such properties as not enumerable.

Drawback of this approach is now one has to implement both query and enumerator
callbacks to implement enumerable intercepted properties.

BUG=725

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4751 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-05-28 11:54:58 +00:00
..
cctest Make intercepted properties retrievable only by getter to be not enumerable. 2010-05-28 11:54:58 +00:00
es5conform Add support for getOwnPropertyDescriptor on array indices (fixes issue 599). 2010-05-27 07:43:43 +00:00
message MIPS port initial commit 2010-02-04 20:36:58 +00:00
mjsunit Add support for getOwnPropertyDescriptor on array indices (fixes issue 599). 2010-05-27 07:43:43 +00:00
mozilla Mark Mozilla test as possible timeout 2010-05-20 08:03:01 +00:00
sputnik Added ability to remove prototype from function. In this case, [[Construct]] from function will not be allowed. 2010-04-28 12:05:40 +00:00