Home | History | Annotate | Download | only in src

Lines Matching refs:Smi

150     return Smi::cast(array->get(index + kFirstCapture))->value();
154 array->set(kLastCaptureCount, Smi::FromInt(to));
166 array->set(index + kFirstCapture, Smi::FromInt(to));
170 return Smi::cast(array->get(kLastCaptureCount))->value();