Home
last modified time | relevance | path

Searched defs:HasNamedCaptures (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc42 bool HasNamedCaptures() override { return false; } in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
Druntime-regexp.cc1015 bool HasNamedCaptures() override { return has_named_captures_; } in HasNamedCaptures() function in v8::internal::__anon0928b3360511::MatchInfoBackedMatch
1095 bool HasNamedCaptures() override { return has_named_captures_; } in HasNamedCaptures() function in v8::internal::__anon0928b3360511::VectorBackedMatch
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc1273 bool RegExpParserImpl<CharT>::HasNamedCaptures( in HasNamedCaptures() function in v8::internal::__anonb9b760c60111::RegExpParserImpl