Skip to content
  • ggaren@apple.com's avatar
    Refactored DateInstance::msToGregorianDateTime so that a DateInstance's · 56106b59
    ggaren@apple.com authored
    caller doesn't need to supply the DateInstance's own internal value to
    the DateInstance.
    
    Patch by Geoffrey Garen <ggaren@apple.com> on 2009-10-20
    Reviewed by Sam Weinig.
    
    * runtime/DateInstance.cpp:
    (JSC::DateInstance::getGregorianDateTime): Renamed from "msToGregorianDateTime".
    
    * runtime/DateInstance.h:
    * runtime/DatePrototype.cpp:
    (JSC::formatLocaleDate):
    (JSC::dateProtoFuncToString):
    (JSC::dateProtoFuncToUTCString):
    (JSC::dateProtoFuncToISOString):
    (JSC::dateProtoFuncToDateString):
    (JSC::dateProtoFuncToTimeString):
    (JSC::dateProtoFuncToLocaleString):
    (JSC::dateProtoFuncToLocaleDateString):
    (JSC::dateProtoFuncToLocaleTimeString):
    (JSC::dateProtoFuncGetTime):
    (JSC::dateProtoFuncGetFullYear):
    (JSC::dateProtoFuncGetUTCFullYear):
    (JSC::dateProtoFuncToGMTString):
    (JSC::dateProtoFuncGetMonth):
    (JSC::dateProtoFuncGetUTCMonth):
    (JSC::dateProtoFuncGetDate):
    (JSC::dateProtoFuncGetUTCDate):
    (JSC::dateProtoFuncGetDay):
    (JSC::dateProtoFuncGetUTCDay):
    (JSC::dateProtoFuncGetHours):
    (JSC::dateProtoFuncGetUTCHours):
    (JSC::dateProtoFuncGetMinutes):
    (JSC::dateProtoFuncGetUTCMinutes):
    (JSC::dateProtoFuncGetSeconds):
    (JSC::dateProtoFuncGetUTCSeconds):
    (JSC::dateProtoFuncGetTimezoneOffset):
    (JSC::setNewValueFromTimeArgs):
    (JSC::setNewValueFromDateArgs):
    (JSC::dateProtoFuncSetYear):
    (JSC::dateProtoFuncGetYear): Also renamed "utc" to "outputIsUTC", for clarity.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    56106b59