Searched refs:regexp_ (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp-inl.h | 41 if (regexp_->TypeTag() == JSRegExp::ATOM) { in FetchNext() 43 RegExpImpl::AtomExecRaw(isolate_, regexp_, subject_, last_end_index, in FetchNext() 56 isolate_, regexp_, subject_, last_end_index, register_array_, in FetchNext()
|
D | jsregexp.h | 166 Handle<JSRegExp> regexp_; variable
|
D | jsregexp.cc | 605 regexp_(regexp), in GlobalCache() 614 if (regexp_->TypeTag() == JSRegExp::ATOM) { in GlobalCache() 621 RegExpImpl::IrregexpPrepare(isolate_, regexp_, subject_); in GlobalCache() 659 if (IsUnicode(regexp_->GetFlags()) && last_index + 1 < subject_->length() && in AdvanceZeroLength()
|