Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc936 : isolate_(isolate), match_info_(match_info) { in MatchInfoBackedMatch()
951 return RegExpUtils::GenericCaptureGetter(isolate_, match_info_, 0, nullptr); in GetMatch()
955 const int match_start = match_info_->Capture(0); in GetPrefix()
960 const int match_end = match_info_->Capture(1); in GetSuffix()
968 return match_info_->NumberOfCaptureRegisters() / 2; in CaptureCount()
973 isolate_, match_info_, i, capture_exists); in GetCapture()
1010 Handle<RegExpMatchInfo> match_info_; member in v8::internal::__anon7cbb6da80511::MatchInfoBackedMatch