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

/external/v8/src/
H A Djsregexp.h126 static void SetLastCaptureCount(FixedArray* array, int to) { function in class:v8::internal::RegExpImpl
H A Djsregexp.cc199 RegExpImpl::SetLastCaptureCount(array, 2);
461 SetLastCaptureCount(*array, number_of_capture_registers);

Completed in 44 milliseconds