Home | History | Annotate | Download | only in include

Lines Matching defs:Date

95 class Date;
922 * Returns true if this value is a Date.
1353 * An instance of the built-in Date constructor (ECMA-262, 15.9).
1355 class Date : public Value {
1365 static inline Date* Cast(v8::Value* obj);
1369 * daylight savings time, or other date / time configuration
1371 * date / time computation. This notification will reset
1372 * those cached values for the current context so that date /
1373 * time configuration changes would be reflected in the Date
1377 * negatively impact the performance of date operations.
3918 Date* Date::Cast(v8::Value* value) {
3922 return static_cast<Date*>(value);