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