Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1120 const int end_of_match = match_indices->Capture(1); in StringReplaceNonGlobalRegExpWithFunction() local
1122 if (sticky) regexp->SetLastIndex(end_of_match); in StringReplaceNonGlobalRegExpWithFunction()
1162 factory->NewSubString(subject, end_of_match, subject->length())); in StringReplaceNonGlobalRegExpWithFunction()