Just FYI, that has been committed to bleeding edge: http://code.google.com/p/v8/source/detail?r=4714
Should be brought to trunk in a couple of days. Any input is most appreciated. yours, anton. On Mon, May 17, 2010 at 7:56 PM, vlad vladbph <[email protected]> wrote: > Thanks!!! That's great news! > > On Mon, May 17, 2010 at 8:23 AM, Anton Muhin <[email protected]> wrote: >> >> Vlad, >> >> I am working on a patch which should allow to define accessors on >> objects. If everything goes smooth, it should be ready in one-two >> weeks. >> >> yours, >> anton. >> >> On Sat, May 15, 2010 at 4:02 AM, vlad <[email protected]> wrote: >> > Hi. >> > Is there any way to set accessor for a property of existing object. >> > Let's say I do SetNamedPropertyHandler(PropertyHandler); >> > >> > Then in the PropertyHandler() I want to be able to set accessor to a >> > property created by JS side. How can I do it? >> > >> > like SetAccessor(v8::String::New("prop_A"), GetProperty); >> > >> > Thank you >> > Vlad >> > >> > -- >> > 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 > > -- > 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
