Issue 33: API method to enumerate properties
http://code.google.com/p/v8/issues/detail?id=33

Comment #3 by christian.plesner.hansen:
A method for enumerating object properties, Object::GetPropertyNames, has  
been added
in bleeding_edge revision 568.

I like the idea of using c++ iterators but it also complicates things  
because we have
to deal with changes to the object during iteration.  An possible middle  
ground would
be to make it easy to iterate through a v8 array -- that would make it easy  
to
iterate through the properties of an object but would still involve  
allocating an
array containing all properties.


Issue attribute updates:
        Status: Fixed
        Owner: christian.plesner.hansen

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to