Status: New
Owner: ----

New issue 1021 by cmarcelo: Prototype Setter Interceptor not working
http://code.google.com/p/v8/issues/detail?id=1021

Tested with trunk, revision 6187.

I was expecting that the Setter interceptor in the prototype to be called before the accessor. But that doesn't work. Note that the interceptor works for the Getter.

In the example program I get the output:

ProtoInterceptorGetter
ProtoGetter
---
ProtoSetter

...but was expecting the output to be:

ProtoInterceptorGetter
ProtoGetter
---
ProtoInterceptorSetter
ProtoSetter

Attachments:
        main.cc  1.4 KB

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

Reply via email to