Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h174 static void SetLastCaptureCount(FixedArray* array, int to) { in SetLastCaptureCount() function
Djsregexp.cc226 RegExpImpl::SetLastCaptureCount(array, 2); in SetAtomLastCapture()
630 SetLastCaptureCount(array, capture_register_count); in SetLastMatchInfo()