Searched refs:group_type (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dparser.h370 SubexpressionType group_type,
374 group_type_(group_type),
382 SubexpressionType group_type() { return group_type_; } function in class:v8::internal::RegExpParser::RegExpParserState
384 // Also the capture index of this sub-expression itself, if group_type
369 RegExpParserState(RegExpParserState* previous_state, SubexpressionType group_type, int disjunction_capture_index) argument
H A Dparser.cc5133 ASSERT_EQ(INITIAL, stored_state->group_type());
5140 ASSERT_NE(INITIAL, stored_state->group_type());
5150 SubexpressionType type = stored_state->group_type();

Completed in 75 milliseconds