Home | History | Annotate | Download | only in src

Lines Matching refs:IsSmi

951     if ((*current)->IsSmi()) {
1200 while (current < end && (*current)->IsSmi()) current++;
1203 while (current < end && !(*current)->IsSmi()) {