I am currently playing around with interceptors, however, ran into a (hopefully) small problem.
If I create a new object in C++ and create setter and getter interceptors, I am not able to define new setters and getters on the JS side, even if the interceptors both return empty handles, which should delegate the request back, if I'm not mistaken. Anyhow, if I only create a getter using __defineGetter__ it works fine. If I only create a setter using __defineSetter__, the setter works as well, but the getter seems to have disappeared. Is that behavior intended, and if so, is it avoidable? -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
