Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc913 const int match_end_position = match_position_ + match_->length(); in GetSuffix() local
914 return isolate_->factory()->NewSubString(subject_, match_end_position, in GetSuffix()