Home | History | Annotate | Download | only in src

Lines Matching refs:hour

434   CHECK(hour()->IsUndefined() || hour()->IsSmi() || hour()->IsNaN());
449 if (hour()->IsSmi()) {
450 int hour = Smi::cast(this->hour())->value();
451 CHECK(0 <= hour && hour <= 23);