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

/external/chromium_org/v8/src/
H A Dparser.cc4170 RegExpParserState* stored_state = &initial_state; local
4176 if (stored_state->IsSubexpression()) {
4180 DCHECK_EQ(INITIAL, stored_state->group_type());
4184 if (!stored_state->IsSubexpression()) {
4187 DCHECK_NE(INITIAL, stored_state->group_type());
4196 int capture_index = stored_state->capture_index();
4197 SubexpressionType group_type = stored_state->group_type();
4200 stored_state = stored_state->previous_state();
4201 builder = stored_state
[all...]

Completed in 98 milliseconds