Changeset 34580 in webkit for trunk/JavaScriptCore/kjs/date_object.h
- Timestamp:
- Jun 15, 2008, 8:02:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.h
r33979 r34580 126 126 * The initial value of the the global variable's "Date" property 127 127 */ 128 class Date ObjectImp : public InternalFunctionImp{128 class DateConstructor : public InternalFunction { 129 129 public: 130 Date ObjectImp(ExecState*, FunctionPrototype*, DatePrototype*);130 DateConstructor(ExecState*, FunctionPrototype*, DatePrototype*); 131 131 132 132 virtual ConstructType getConstructData(ConstructData&);
Note:
See TracChangeset
for help on using the changeset viewer.