Comment #24 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 can reproduce this exception everything time in Chrome 17.0.963.46 on Windows 7 (32bit) by pasting the following into the Javascript Console (note, it only throws the exception if both statements are entered on one line):
var _d = new Date() ; _d.setHours(0,0,0,0); This does not produce the exception for me in OS X -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
