Home | History | Annotate | Download | only in src

Lines Matching defs:month

503   CHECK(month()->IsUndefined(isolate) || month()->IsSmi() || month()->IsNaN());
513 if (month()->IsSmi()) {
514 int month = Smi::cast(this->month())->value();
515 CHECK(0 <= month && month <= 11);