It would be nice if I could write

Local<Array>  names = obj->GetPropertyNames();
Local<Value> name  = names->Get(i);

instead of 
Local<Value> name  = names->Get(Integer::New(i));
-- 
Anthony Shipman                    Mamas don't let your babies 
[EMAIL PROTECTED]                   grow up to be outsourced.

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

Reply via email to