Searched refs:has_named_captures (Results 1 – 1 of 1) sorted by relevance
27 bool has_named_captures) { in GetArgcForReplaceCallable() argument31 uint32_t argc = has_named_captures in GetArgcForReplaceCallable()1213 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple() local1216 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() local1491 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 …]