Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h286 bool pending_empty_; variable
Dparser.cc91 pending_empty_(false), in RegExpBuilder()
102 pending_empty_ = false; in FlushCharacters()
130 pending_empty_ = false; in AddCharacter()
140 pending_empty_ = true; in AddEmpty()
205 if (pending_empty_) { in AddQuantifierToAtom()
206 pending_empty_ = false; in AddQuantifierToAtom()