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.cc1468 const int end_of_match = match_indices->Capture(1); in RUNTIME_FUNCTION() local
1471 regexp->set_last_index(Smi::FromInt(end_of_match), SKIP_WRITE_BARRIER); in RUNTIME_FUNCTION()
1537 factory->NewSubString(subject, end_of_match, subject->length())); in RUNTIME_FUNCTION()