Searched refs:GetCapture (Results 1 – 6 of 6) sorted by relevance
216 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
274 RegExpCapture* GetCapture(int index);
854 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon908048870311::MatchInfoBackedMatch898 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon908048870311::VectorBackedMatch
34 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch
9451 virtual MaybeHandle<String> GetCapture(int i, bool* capture_exists) = 0;
11382 match->GetCapture(scaled_index, &capture_exists), String); in GetSubstitution()