Changeset 1326 in webkit for trunk/JavaScriptCore/kjs/date_object.lut.h
- Timestamp:
- Jun 10, 2002, 1:08:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/date_object.lut.h
r901 r1326 63 63 { "getUTCSeconds", -DateProtoFuncImp::GetSeconds, DontEnum|Function, 0, 0 }, 64 64 { "getHours", DateProtoFuncImp::GetHours, DontEnum|Function, 0, 0 }, 65 { "toUTCString", -DateProtoFuncImp::ToString, DontEnum|Function, 0, &dateTableEntries[62] },65 { "toUTCString", DateProtoFuncImp::ToUTCString, DontEnum|Function, 0, &dateTableEntries[62] }, 66 66 { 0, 0, 0, 0, 0 }, 67 67 { 0, 0, 0, 0, 0 },
Note:
See TracChangeset
for help on using the changeset viewer.