Lines Matching refs:has_named_captures
27 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
1863 GetArgcForReplaceCallable(captures_length, has_named_captures); in RUNTIME_FUNCTION()
1878 if (has_named_captures) argv[cursor++] = groups_obj; in RUNTIME_FUNCTION()