Updates:
Status: WorkingAsIntended
Comment #1 on issue 2103 by [email protected]: ReferenceError:
arguments is not defined
http://code.google.com/p/v8/issues/detail?id=2103
The arguments object doesn't give you command line arguments but function arguments instead. The for-loop in your example is in the global scope, so there is not arguments object.
https://www.google.com/search?q=javascript+arguments+object -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
