Changeset 49886 in webkit for trunk/JavaScriptCore/runtime/DateInstance.h
- Timestamp:
- Oct 20, 2009, 2:39:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateInstance.h
r49845 r49886 45 45 static JS_EXPORTDATA const ClassInfo info; 46 46 47 void msToGregorianDateTime(double,bool outputIsUTC, WTF::GregorianDateTime&) const;47 bool getGregorianDateTime(bool outputIsUTC, WTF::GregorianDateTime&) const; 48 48 49 49 static PassRefPtr<Structure> createStructure(JSValue prototype) … … 58 58 virtual const ClassInfo* classInfo() const { return &info; } 59 59 60 using JSWrapperObject::internalValue;61 60 62 61 struct Cache;
Note:
See TracChangeset
for help on using the changeset viewer.