Searched refs:switch_off (Results 1 – 1 of 1) sorted by relevance
580 JSRegExp::Flags switch_off = JSRegExp::kNone; in ParseOpenParenthesis() local627 if (((switch_on | switch_off) & bit) != 0) { in ParseOpenParenthesis()634 switch_off |= bit; in ParseOpenParenthesis()647 (state->builder()->flags() | switch_on) & ~switch_off; in ParseOpenParenthesis()695 JSRegExp::Flags flags = (state->builder()->flags() | switch_on) & ~switch_off; in ParseOpenParenthesis()