Ignore:
Timestamp:
May 30, 2007, 5:19:36 AM (18 years ago)
Author:
bdash
Message:

2007-05-30 Luciano Montanaro <[email protected]>

Reviewed by Maciej.

  • cross-port Harri Porten's commits 636099 and 636108 from KJS: "publish a class anyway public already" and "class is being used from outside for quite some time" in preparation for further syncronizations
  • kjs/context.h:
  • kjs/date_object.cpp:
  • kjs/date_object.h:
  • kjs/function.h: (KJS::): (KJS::InternalFunctionImp::classInfo): (KJS::InternalFunctionImp::functionName):
  • kjs/function_object.h:
  • kjs/internal.h:
  • kjs/lookup.h: (KJS::getStaticPropertySlot): (KJS::getStaticFunctionSlot): (KJS::getStaticValueSlot):
  • kjs/object_object.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/date_object.h

    r17031 r21889  
    2222#define DATE_OBJECT_H
    2323
    24 #include "internal.h"
     24#include "function.h"
    2525#include "JSWrapperObject.h"
    2626
     
    6868    public:
    6969        DateProtoFunc(ExecState *, int i, int len, const Identifier& date);
    70        
     70
    7171        virtual JSValue *callAsFunction(ExecState *, JSObject *thisObj, const List &args);
    72        
     72
    7373        enum { ToString, ToDateString, ToTimeString, ToLocaleString,
    7474            ToLocaleDateString, ToLocaleTimeString, ValueOf, GetTime,
     
    8383        bool utc;
    8484    };
    85    
     85
    8686    /**
    8787     * @internal
Note: See TracChangeset for help on using the changeset viewer.