Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpBuilder

92 RegExpBuilder::RegExpBuilder(Zone* zone)
104 void RegExpBuilder::FlushCharacters() {
115 void RegExpBuilder::FlushText() {
132 void RegExpBuilder::AddCharacter(uc16 c) {
142 void RegExpBuilder::AddEmpty() {
147 void RegExpBuilder::AddAtom(RegExpTree* term) {
163 void RegExpBuilder::AddAssertion(RegExpTree* assert) {
170 void RegExpBuilder::NewAlternative() {
175 void RegExpBuilder::FlushTerms() {
192 RegExpTree* RegExpBuilder::ToRegExp() {
205 void RegExpBuilder::AddQuantifierToAtom(
4851 RegExpBuilder* builder = initial_state.builder();