Home | History | Annotate | Download | only in src

Lines Matching refs:date

7853 // Representation for JS date objects.
7877 // [cache stamp]: sample of the date cache stamp at the
7886 // Returns the date field with the specified index.
7887 // See FieldIndex for the list of date fields.
7888 static Object* GetField(Object* date, Smi* index);
7890 static Handle<Object> SetValue(Handle<JSDate> date, double v);
7894 // ES6 section 20.3.4.45 Date.prototype [ @@toPrimitive ]
7902 // The order is important. It must be kept in sync with date macros
7948 // Computes and caches the cacheable fields of the date.