Over IRC, engian has told me it's not possible. --> engian ([EMAIL PROTECTED]/google/x-a5a54fde9223d126) has joined #v8 <CGStolen> How can I enumerate an Object's properties from C++? <engian> CGStolen, V8 does not have such API
You can use an interceptor to simulate it, but if this is just for debugging purposes, it might be better to simply write a javascript function to format objects for you. On Sep 8, 12:00 am, "Pete Gontier" <[EMAIL PROTECTED]> wrote: > Call me stupid, but I haven't been able to figure out how to enumerate an > Object's properties. > > I seem to have figured out arrays, so I am not completely dense. :-) > > -- > Pete Gontierhttp://pete.gontier.org/ --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
