Comment #2 on issue 1240 by [email protected]: `Object#__defineSetter__` drops `configurable` to `true` what allows redefine properties with `configurable = false`
http://code.google.com/p/v8/issues/detail?id=1240
This is already fixed in revision 7175 (by using the DefineOwnProperty function for __defineGetter__ and __defineSetter__
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
