Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-parser.cc580 JSRegExp::Flags switch_off = JSRegExp::kNone; in ParseOpenParenthesis() local
627 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()