Changeset 12624 in webkit for trunk/JavaScriptCore/kjs/date_object.h
- Timestamp:
- Feb 6, 2006, 10:11:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.h
r12317 r12624 32 32 public: 33 33 DateInstance(JSObject *proto); 34 34 35 bool getTime(tm &t, int &gmtoffset) const; 36 bool getUTCTime(tm &t) const; 37 bool getTime(double &ms, int &gmtoffset) const; 38 bool getUTCTime(double &ms) const; 39 35 40 virtual const ClassInfo *classInfo() const { return &info; } 36 41 static const ClassInfo info;
Note:
See TracChangeset
for help on using the changeset viewer.