Status: New
Owner: ----

New issue 2071 by [email protected]: with statement is broken since Chrome 19
http://code.google.com/p/v8/issues/detail?id=2071

Hi guys!

I've found a really weird Bug that was introduced in Chrome 19. It seems that the "with" statement is broken somehow.

When I run the appended HTML file with Chrome 18.0.1025.152, the code runs as expected. The numbers 0 to 9999 are outputted in the console.

When I run the code in Chrome 20.0.1097.0 canary, only the numbers 0 to 131 are outputted followed by the exception Uncaught ReferenceError: Tag is not defined (Line 19).

Just to clarify: The code does 10'000 times exactly the same. Chrome 18 has no problem with that. Chrome 19+ just do it 131 and then, somehow, have a problem with the code.

I'm sure it has something to do with the "with" statement.


Thank you for working on this!



Attachments:
        test.html  581 bytes

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

Reply via email to