Searched refs:captures_length (Results 1 – 2 of 2) sorted by relevance
1890 const uint32_t captures_length = in RUNTIME_FUNCTION() local1916 for (uint32_t n = 0; n < captures_length; n++) { in RUNTIME_FUNCTION()1938 GetArgcForReplaceCallable(captures_length, has_named_captures); in RUNTIME_FUNCTION()1947 for (uint32_t j = 0; j < captures_length; j++) { in RUNTIME_FUNCTION()
1292 const int captures_length = match->CaptureCount(); in GetSubstitution() local1354 if (new_scaled_index < captures_length) { in GetSubstitution()1361 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()