Status: New
Owner: ----
New issue 2476 by [email protected]: document.write(i) broken on 3rd loop
on WebKit's WinCE(arm) port integreted with V8 engine
http://code.google.com/p/v8/issues/detail?id=2476
I'm doing WebKit's WinCE(arm) port,
using VS2005, WinCE 6.0
and port v8 engine into it
However, i wrote a simple html test file:
<body>
<script>
for(var =0; i<5; i++)
document.write(i);
</script>
</body>
It should output 01234, but when I testes it on WinCE device simulator, It
only output 01 and then crashed. That's to say, it can successfully run the
first 2 loop, but fails at 3rd loop.
Can't figure out Why, for i cannot debug on WinCE simulator.
Attachment is V8 dissemble log for this test html.
Attachments:
js-v8-dis-log.txt 56.5 KB
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev