Comment #2 on issue 1022 by [email protected]: Interceptor "blocking" setter in prototype
http://code.google.com/p/v8/issues/detail?id=1022
To clarify: if I remove the interceptor, the Setter inside the prototype object is called, as I expected.
This behavior fits with the similar situation in ECMA, when you have a prototype with a property that contains a setter.
I'm trying to figure out why having an interceptor there (that's returning empty handle in this case) change the result. I think it might be a bug. Any ideas?
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
