Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc891 match_position_(match_position), in VectorBackedMatch()
909 return isolate_->factory()->NewSubString(subject_, 0, match_position_); in GetPrefix()
913 const int match_end_position = match_position_ + match_->length(); in GetSuffix()
926 const int match_position_; member in v8::internal::__anon908048870311::VectorBackedMatch