> Hi, > > interceptors intercept all property access, so they will always be > called first. If your interceptor does not want to handle a property > access, it should return an empty handle. Returning an empty handle > tells V8 that the interceptor did not handle the access and it will > then use the accessor instead. > > -- Mads > > On Thu, Oct 23, 2008 at 4:38 PM, <[EMAIL PROTECTED]> wrote:
You are right, thank you. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
