Home | History | Annotate | Download | only in regexp

Lines Matching defs:TextNode

664 class TextNode: public SeqRegExpNode {
666 TextNode(ZoneList<TextElement>* elms, bool read_backward,
669 TextNode(RegExpCharacterClass* that, bool read_backward,
676 // Create TextNode for a single character class for the given ranges.
677 static TextNode* CreateForCharacterRanges(Zone* zone,
681 // Create TextNode for a surrogate pair with a range given for the
683 static TextNode* CreateForSurrogatePair(Zone* zone, CharacterRange lead,