Adding Date::ResetCache() API so that the cache values in the Date object
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 17 Dec 2010 12:45:27 +0000 (12:45 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 17 Dec 2010 12:45:27 +0000 (12:45 +0000)
commit648fcd906ec17703afaa14fe673f356537a7cef2
tree0179ccf2750a0950a4867fb488ed31d325d87204
parent8ff6c23c84897a96b93e176ca72a732fcc9175ee
Adding Date::ResetCache() API so that the cache values in the Date object
can be reset to allow DST / timezone changes to be re-cached and reflected
in the Date object.

Patch by Mark Lam from Hewlett-Packard Development Company, LP

Review URL: http://codereview.chromium.org/5978001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6067 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/date.js