Home | History | Annotate | Download | only in src

Lines Matching refs:kIrregexpMaxRegisterCountIndex

310       re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value();
315 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value));
325 return Smi::cast(re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value();