Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc1823 const uint32_t captures_length = in RUNTIME_FUNCTION() local
1849 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()
/external/v8/src/
Dobjects.cc11942 const int captures_length = match->CaptureCount(); in GetSubstitution() local
12004 if (new_scaled_index < captures_length) { in GetSubstitution()
12011 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()