Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc59 const int named_capture_count = capture_name_map.length() >> 1; in LookupNamedCapture() local
60 for (int j = 0; j < named_capture_count; j++) { in LookupNamedCapture()
1144 const int named_capture_count = capture_map->length() >> 1; in ConstructNamedCaptureGroupsObject() local
1145 for (int i = 0; i < named_capture_count; i++) { in ConstructNamedCaptureGroupsObject()

Completed in 4 milliseconds