Lines Matching full:stored_state
5123 RegExpParserState* stored_state = &initial_state;
5129 if (stored_state->IsSubexpression()) {
5133 ASSERT_EQ(INITIAL, stored_state->group_type());
5137 if (!stored_state->IsSubexpression()) {
5140 ASSERT_NE(INITIAL, stored_state->group_type());
5149 int capture_index = stored_state->capture_index();
5150 SubexpressionType type = stored_state->group_type();
5153 stored_state = stored_state->previous_state();
5154 builder = stored_state->builder();
5242 stored_state = new(zone()) RegExpParserState(stored_state,
5245 builder = stored_state->builder();