Searched defs:HasNamedCaptures (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/runtime/ | ||
D | runtime-strings.cc | 40 bool HasNamedCaptures() override { return false; } in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch |
D | runtime-regexp.cc | 965 bool HasNamedCaptures() override { return has_named_captures_; } in HasNamedCaptures() function in v8::internal::__anon9f5b2b110511::MatchInfoBackedMatch |
/external/v8/src/regexp/ | ||
D | regexp-parser.cc | 993 bool RegExpParser::HasNamedCaptures() { in HasNamedCaptures() function in v8::internal::RegExpParser |