HomeSort by relevance Sort by last modified time
    Searched defs:capture_index (Results 1 - 2 of 2) sorted by null

  /external/v8/src/regexp/
regexp-parser.h 246 int capture_index() { return disjunction_capture_index_; } function in class:v8::internal::BASE_EMBEDDED::RegExpParserState
regexp-parser.cc 206 int capture_index = state->capture_index(); local
213 capture_index CHECK_FAILED);
215 RegExpCapture* capture = GetCapture(capture_index);
223 body, is_positive, end_capture_index - capture_index,
224 capture_index, state->lookaround_type());
892 if (index == s->capture_index()) return true;
894 if (index > s->capture_index()) return false;
    [all...]

Completed in 102 milliseconds