Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc28 pending_empty_(false), in RegExpBuilder()
39 pending_empty_ = false; in FlushCharacters()
67 pending_empty_ = false; in AddCharacter()
77 pending_empty_ = true; in AddEmpty()
141 if (pending_empty_) { in AddQuantifierToAtom()
142 pending_empty_ = false; in AddQuantifierToAtom()
Dparser.h201 bool pending_empty_; variable