Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1890 const uint32_t captures_length = in RUNTIME_FUNCTION() local
1916 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()
/third_party/node/deps/v8/src/objects/
Dstring.cc1292 const int captures_length = match->CaptureCount(); in GetSubstitution() local
1354 if (new_scaled_index < captures_length) { in GetSubstitution()
1361 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()