Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-strings.cc41 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
Druntime-regexp.cc971 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon9f5b2b110511::MatchInfoBackedMatch
1049 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon9f5b2b110511::VectorBackedMatch
/external/v8/src/regexp/
Dregexp-parser.cc959 RegExpCapture* RegExpParser::GetCapture(int index) { in GetCapture() function in v8::internal::RegExpParser