Skip to content
  • weinig@apple.com's avatar
    2008-06-29 Sam Weinig <sam@webkit.org> · b54ef442
    weinig@apple.com authored
            Rubber-stamped by Oliver Hunt.
    
            Splits DateConstructor and DatePrototype out of date_object.h/cpp
            Moves shared Date code into DateMath.
    
            * DerivedSources.make:
            * GNUmakefile.am:
            * JavaScriptCore.pri:
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.xcodeproj/project.pbxproj:
            * JavaScriptCoreSources.bkl:
            * kjs/AllInOneFile.cpp:
            * kjs/DateConstructor.cpp: Copied from kjs/date_object.cpp.
            * kjs/DateConstructor.h: Copied from kjs/date_object.h.
            * kjs/DateMath.cpp:
            (KJS::ymdhmsToSeconds):
            (KJS::):
            (KJS::skipSpacesAndComments):
            (KJS::findMonth):
            (KJS::parseDate):
            (KJS::timeClip):
            (KJS::formatDate):
            (KJS::formatDateUTCVariant):
            (KJS::formatTime):
            * kjs/DateMath.h:
            (KJS::gmtoffset):
            * kjs/DatePrototype.cpp: Copied from kjs/date_object.cpp.
            * kjs/DatePrototype.h: Copied from kjs/date_object.h.
            * kjs/JSGlobalObject.cpp:
            * kjs/JSObject.cpp:
            * kjs/date_object.cpp:
            * kjs/date_object.h:
            * kjs/internal.cpp:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34872 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b54ef442