Comment #1 on issue 785 by isaacschlueter: Bug in for...in?
http://code.google.com/p/v8/issues/detail?id=785

Reproducible in the v8 shell sample.

[16:58:34] $ ./shell
V8 version 2.3.0
for (var i in "asdf") print(i);
0
1
2
3
for (var i in "asdf") print(i);
^D


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

Reply via email to