Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dparser.h266 bool pending_empty_; variable
Dparser.cc94 pending_empty_(false), in RegExpBuilder()
105 pending_empty_ = false; in FlushCharacters()
133 pending_empty_ = false; in AddCharacter()
143 pending_empty_ = true; in AddEmpty()
207 if (pending_empty_) { in AddQuantifierToAtom()
208 pending_empty_ = false; in AddQuantifierToAtom()
/external/v8/src/
Dparser.h291 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()