Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc579 JSRegExp::Flags switch_on = JSRegExp::kNone; in ParseOpenParenthesis() local
627 if (((switch_on | switch_off) & bit) != 0) { in ParseOpenParenthesis()
632 switch_on |= 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()