Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc47 const int named_capture_count = capture_name_map->length() >> 1; in LookupNamedCapture() local
48 for (int j = 0; j < named_capture_count; j++) { in LookupNamedCapture()