Home | History | Annotate | Download | only in regexp

Lines Matching defs:TextNode

715 class TextNode: public SeqRegExpNode {
717 TextNode(ZoneList<TextElement>* elms, bool read_backward,
720 TextNode(RegExpCharacterClass* that, bool read_backward,
727 // Create TextNode for a single character class for the given ranges.
728 static TextNode* CreateForCharacterRanges(Zone* zone,
732 // Create TextNode for a surrogate pair with a range given for the
734 static TextNode* CreateForSurrogatePair(Zone* zone, CharacterRange lead,