Searched refs:captures_length (Results 1 – 2 of 2) sorted by relevance
1823 const uint32_t captures_length = in RUNTIME_FUNCTION() local1849 for (uint32_t n = 0; n < captures_length; n++) { in RUNTIME_FUNCTION()1871 GetArgcForReplaceCallable(captures_length, has_named_captures); in RUNTIME_FUNCTION()1880 for (uint32_t j = 0; j < captures_length; j++) { in RUNTIME_FUNCTION()
11942 const int captures_length = match->CaptureCount(); in GetSubstitution() local12004 if (new_scaled_index < captures_length) { in GetSubstitution()12011 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()