Home
last modified time | relevance | path

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

/external/v8/src/
Druntime.cc3919 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithString()
4037 int capture_count = regexp->CaptureCount(); in StringReplaceGlobalRegExpWithEmptyString()
4471 int capture_count = regexp->CaptureCount(); in RUNTIME_FUNCTION()
4524 DCHECK_NE(has_capture, regexp->CaptureCount() == 0); in SearchRegExpMultiple()
4526 int capture_count = regexp->CaptureCount(); in SearchRegExpMultiple()
4681 if (regexp->CaptureCount() == 0) { in RUNTIME_FUNCTION()
Dobjects-inl.h6276 int JSRegExp::CaptureCount() { in CaptureCount() function
Dobjects.h7740 inline int CaptureCount();