Home | History | Annotate | Download | only in src

Lines Matching refs:Smi

199     return Smi::cast(array->get(index + kFirstCapture))->value();
203 array->set(kLastCaptureCount, Smi::FromInt(to));
215 array->set(index + kFirstCapture, Smi::FromInt(to));
219 return Smi::cast(array->get(kLastCaptureCount))->value();