Home | History | Annotate | Download | only in javascript

Lines Matching refs:CJS_Date

16 class CJS_Date;
44 CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date);
76 bool ConvertToDate(CJS_Runtime* pRuntime, CJS_Date&) const;
115 void operator<<(CJS_Date& date);
116 void operator>>(CJS_Date& date) const;
147 class CJS_Date {
149 CJS_Date();
150 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);
151 CJS_Date(CJS_Runtime* pRuntime,
158 virtual ~CJS_Date();