Home
last modified time | relevance | path

Searched refs:match_info_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc846 : isolate_(isolate), match_info_(match_info) { in MatchInfoBackedMatch()
851 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr); in GetMatch()
856 isolate_, match_info_, i, capture_exists); in GetCapture()
862 const int match_start = match_info_->Capture(0); in GetPrefix()
867 const int match_end = match_info_->Capture(1); in GetSuffix()
873 return match_info_->NumberOfCaptureRegisters() / 2; in CaptureCount()
881 Handle<RegExpMatchInfo> match_info_; member in v8::internal::__anon908048870311::MatchInfoBackedMatch