Searched defs:CaptureCount (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/runtime/ | ||
| D | runtime-strings.cc | 40 int CaptureCount() override { return 0; } in RUNTIME_FUNCTION() function in v8::internal::RUNTIME_FUNCTION::SimpleMatch |
| D | runtime-regexp.cc | 872 int CaptureCount() override { in CaptureCount() function in v8::internal::__anon908048870311::MatchInfoBackedMatch |
| /external/v8/src/ | ||
| D | objects-inl.h | 6975 int JSRegExp::CaptureCount() { in CaptureCount() function |