Searched defs:GetCapture (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/runtime/ | ||
| D | runtime-strings.cc | 41 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch |
| D | runtime-regexp.cc | 971 MaybeHandle<String> GetCapture(int i, bool* capture_exists) override { in GetCapture() function in v8::internal::__anon9f5b2b110511::MatchInfoBackedMatch |
| /external/v8/src/regexp/ | ||
| D | regexp-parser.cc | 959 RegExpCapture* RegExpParser::GetCapture(int index) { in GetCapture() function in v8::internal::RegExpParser |