Comment #3 on issue 291 by erik.corry: array indexes are always of type string http://code.google.com/p/v8/issues/detail?id=291
If you know that it's an array you may prefer to do a numeric for loop from 0 to array.length - 1. That way the strings don't get created either so it's likely to be faster. -- 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 [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
