Home | History | Annotate | Download | only in include

Lines Matching defs:Date

119 class Date;
1369 * Returns true if this value is a Date.
2777 * An instance of the built-in Date constructor (ECMA-262, 15.9).
2779 class V8_EXPORT Date : public Object {
2783 // Deprecated, use Date::ValueOf() instead.
2793 V8_INLINE(static Date* Cast(v8::Value* obj));
2797 * daylight savings time, or other date / time configuration
2799 * date / time computation. This notification will reset
2800 * those cached values for the current context so that date /
2801 * time configuration changes would be reflected in the Date
2805 * negatively impact the performance of date operations.
6293 Date* Date::Cast(v8::Value* value) {
6297 return static_cast<Date*>(value);