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

Reply via email to