Home | History | Annotate | Download | only in include

Lines Matching defs:Date

98 class Date;
930 * Returns true if this value is a Date.
1772 * An instance of the built-in Date constructor (ECMA-262, 15.9).
1774 class Date : public Object {
1784 static inline Date* Cast(v8::Value* obj);
1788 * daylight savings time, or other date / time configuration
1790 * date / time computation. This notification will reset
1791 * those cached values for the current context so that date /
1792 * time configuration changes would be reflected in the Date
1796 * negatively impact the performance of date operations.
4214 Date* Date::Cast(v8::Value* value) {
4218 return static_cast<Date*>(value);