Home | History | Annotate | Download | only in src

Lines Matching refs:IsSmi

48     if (this_as_object->IsSmi()) {
717 if (!year()->IsSmi()) {
721 weekdays[weekday()->IsSmi() ? Smi::cast(weekday())->value() + 1 : 0],
722 year()->IsSmi() ? Smi::cast(year())->value() : -1,
723 month()->IsSmi() ? Smi::cast(month())->value() : -1,
724 day()->IsSmi() ? Smi::cast(day())->value() : -1,
725 hour()->IsSmi() ? Smi::cast(hour())->value() : -1,
726 min()->IsSmi() ? Smi::cast(min())->value() : -1,
727 sec()->IsSmi() ? Smi::cast(sec())->value() : -1);
1105 if (cell_contents->IsSmi()) {