Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc27 bool has_named_captures) { in GetArgcForReplaceCallable() argument
31 uint32_t argc = has_named_captures in GetArgcForReplaceCallable()
1213 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple() local
1216 has_named_captures ? 4 + capture_count : 3 + capture_count; in SearchRegExpMultiple()
1239 if (has_named_captures) { in SearchRegExpMultiple()
1483 bool has_named_captures = false; in RUNTIME_FUNCTION() local
1491 has_named_captures = true; in RUNTIME_FUNCTION()
1496 const uint32_t argc = GetArgcForReplaceCallable(m, has_named_captures); in RUNTIME_FUNCTION()
1518 if (has_named_captures) { in RUNTIME_FUNCTION()
1858 const bool has_named_captures = !groups_obj->IsUndefined(isolate); in RUNTIME_FUNCTION() local
[all …]