Comment #1 on issue 1021 by [email protected]: Prototype Setter Interceptor not working
http://code.google.com/p/v8/issues/detail?id=1021

Hmmm. I think my expectation was wrong in this case. The function "ProtoSetter" callback is being called, but on behalf of the object, not the prototype.

So since there's no property being set on the prototype, there's no reason to expect that the interceptor of prototype will be called.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to