Updates:
        Status: Assigned
        Owner: [email protected]
        Labels: Type-Bug

Comment #2 on issue 1951 by [email protected]: Wrond displaying of js code
http://code.google.com/p/v8/issues/detail?id=1951

I can reproduce this with a Chrome build from today with the even simpler test:

   <script>
   var name = false;
   if (!name) alert("This should be displayed!");
   </script>

Funnily enough, things work with the d8 shell (replacing alert with print, of course).

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

Reply via email to