I got it. Thanks
On Dec 1, 1:21 am, Anton Muhin <[email protected]> wrote: > Yes, but it's tricky: you may split object into two and use hidden > prototype to make JS believe it's a single object. > > Another approach is to check if you have such a property in > interceptor and delegate to accessor. > > hth and yours, > anton. > > > > On Mon, Nov 30, 2009 at 10:25 AM, Xiang <[email protected]> wrote: > > Hi, All, > > > Suppose I have both accessor and intereptor for object template. When > > resolving a property, Inteceptor will be called earlier than Accessor. > > > Is there a way that accessor handle earlier than Inteceptor? > > > Sincerely~ > > Xiang > > > -- > > v8-users mailing list > > [email protected] > >http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
