Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc4277 RegExpParserState* stored_state = &initial_state; in ParseDisjunction() local
4283 if (stored_state->IsSubexpression()) { in ParseDisjunction()
4287 ASSERT_EQ(INITIAL, stored_state->group_type()); in ParseDisjunction()
4291 if (!stored_state->IsSubexpression()) { in ParseDisjunction()
4294 ASSERT_NE(INITIAL, stored_state->group_type()); in ParseDisjunction()
4303 int capture_index = stored_state->capture_index(); in ParseDisjunction()
4304 SubexpressionType type = stored_state->group_type(); in ParseDisjunction()
4307 stored_state = stored_state->previous_state(); in ParseDisjunction()
4308 builder = stored_state->builder(); in ParseDisjunction()
4393 stored_state = new RegExpParserState(stored_state, in ParseDisjunction()
[all …]