Comment #1 on issue 1446 by jeff%[email protected]: V8 build errors, and Date() faulty
http://code.google.com/p/v8/issues/detail?id=1446

I have a similar problem with Date() running on a Arm v5 platform (SheevaPlug). The first call to Date() seems to work okay, but the second call returns something undefined. Were you able to resolve your issue?

Here's the simplest way to produce my issue:

root@debian:~# node
console.log(Date());
Sat Jul 09 2011 05:17:44 GMT-0700 (PDT)
console.log(Date());
undefined Jul 09 2011 07.19506e-317:60:51 GMT-0700 (PDT)


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

Reply via email to