Searched refs:HasNamedCaptures (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/regexp/ | ||
D | regexp-parser.h | 309 bool HasNamedCaptures(); |
D | regexp-parser.cc | 485 if (unicode() || HasNamedCaptures()) { in ParseDisjunction() |
/external/v8/src/objects/ | ||
D | string.h | 262 virtual bool HasNamedCaptures() = 0; |
/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/ | ||
D | objects.cc | 12029 if (!match->HasNamedCaptures()) { in GetSubstitution() |