Searched defs:HasNamedCaptures (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/runtime/ | ||
D | runtime-strings.cc | 42 bool HasNamedCaptures() override { return false; } in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch |
D | runtime-regexp.cc | 1015 bool HasNamedCaptures() override { return has_named_captures_; } in HasNamedCaptures() function in v8::internal::__anon0928b3360511::MatchInfoBackedMatch |
/third_party/node/deps/v8/src/regexp/ | ||
D | regexp-parser.cc | 1273 bool RegExpParserImpl<CharT>::HasNamedCaptures( in HasNamedCaptures() function in v8::internal::__anonb9b760c60111::RegExpParserImpl |