Comment #27 on issue 1945 by [email protected]: call SetTime(0,0,0,0) and throws "this is not a Date object." if Date() object has been subclassed
http://code.google.com/p/v8/issues/detail?id=1945
I just tried #26 and that worked for me. However I made a slight tweak and was able to get the failure with the following command in the console:
for(var i=0;i<100000; i++) { var _d = new Date() ; _d.setHours(0,0,0,0); }
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
