Home
last modified time | relevance | path

Searched refs:GetCapture (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/regexp/
Dregexp-parser.cc216 RegExpCapture* capture = GetCapture(capture_index); in ParseDisjunction()
430 RegExpCapture* capture = GetCapture(index); in ParseDisjunction()
785 RegExpCapture* capture = GetCapture(index); in CreateNamedCaptureAtIndex()
853 ref->set_capture(GetCapture(index)); in PatchNamedBackReferences()
857 RegExpCapture* RegExpParser::GetCapture(int index) { in GetCapture() function in v8::internal::RegExpParser
Dregexp-parser.h274 RegExpCapture* GetCapture(int index);
/external/v8/src/runtime/
Druntime-regexp.cc854 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon908048870311::MatchInfoBackedMatch
898 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon908048870311::VectorBackedMatch
Druntime-strings.cc34 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
/external/v8/src/
Dobjects.h9451 virtual MaybeHandle<String> GetCapture(int i, bool* capture_exists) = 0;
Dobjects.cc11382 match->GetCapture(scaled_index, &capture_exists), String); in GetSubstitution()