Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc39 bool has_named_captures) { in GetArgcForReplaceCallable()
43 uint32_t argc = has_named_captures in GetArgcForReplaceCallable()
1267 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple() local
1270 has_named_captures ? 4 + capture_count : 3 + capture_count; in SearchRegExpMultiple()
1293 if (has_named_captures) { in SearchRegExpMultiple()
1555 bool has_named_captures = false; in RUNTIME_FUNCTION() local
1562 has_named_captures = true; in RUNTIME_FUNCTION()
1567 const uint32_t argc = GetArgcForReplaceCallable(m, has_named_captures); in RUNTIME_FUNCTION()
1589 if (has_named_captures) { in RUNTIME_FUNCTION()
1933 const bool has_named_captures in RUNTIME_FUNCTION() local
38 GetArgcForReplaceCallable(uint32_t num_captures, bool has_named_captures) GetArgcForReplaceCallable() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc771 const bool has_named_captures = in ParseDisjunction() local
773 if (unicode() || has_named_captures) { in ParseDisjunction()

Completed in 7 milliseconds