Home | History | Annotate | Download | only in src

Lines Matching refs:kIrregexpMaxRegisterCountIndex

461       re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value();
466 re->set(JSRegExp::kIrregexpMaxRegisterCountIndex, Smi::FromInt(value));
476 return Smi::cast(re->get(JSRegExp::kIrregexpMaxRegisterCountIndex))->value();