> > does that mean i should replace the for in with a for loop that iterates
> > over Object.keys?
>

It means you have an object that's either in dictionary mode, or has
enumerable properties in its prototype chain. Ideally you avoid both of
those cases for objects you want to iterate over.

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to