Anton, Thanks! This will be a great help.
While we're on the subject of property interceptors and API asymmetries, I can't figure out to add named and indexed getter/ setter, etc.. to Function objects inside the javascript runtime. I've searched extensively for a way to do this, but nothing as reliable as ObjectTemplate::SetNamedPropertyHandler() Is this at all possible? cheers, Charles On Aug 6, 12:49 pm, Anton Muhin <[email protected]> wrote: > From the right address. > > > > On Fri, Aug 6, 2010 at 9:39 PM, Anton Muhin <[email protected]> wrote: > > Charles, > > > I just didn't have to time to implement the same functionality for > > indexed interceptor. Filing a bug and cc'ing you. > > > I'll try to implement it, but it might require some time to roll in to > > make transition to new api smooth. > > > yours, > > anton. > > > On Fri, Aug 6, 2010 at 9:31 PM, Charles Lowell <[email protected]> > > wrote: > >> Hi, > > >> I've noticed a small asymmetry in the interfaces for > >> IndexedPropertyQuery and NamedPropertyQuery. Specifically that the > >> indexed version returns just a Boolean instead of and Integer encoding > >> property attributes. Is this intentional? Rhino, for example allows > >> for specifying attributes for indexed values as well. > > >> cheers, > >> Charles > > >> -- > >> 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
