Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h150 static void SetLastCaptureCount(FixedArray* array, int to) { in SetLastCaptureCount() function
Djsregexp.cc208 RegExpImpl::SetLastCaptureCount(array, 2); in SetAtomLastCapture()
557 SetLastCaptureCount(array, capture_register_count); in IrregexpExec()
Druntime.cc3163 RegExpImpl::SetLastCaptureCount(elements, 2); in SetLastMatchInfoNoCaptures()
3451 RegExpImpl::SetLastCaptureCount(elements, last_match_capture_count); in SearchRegExpMultiple()