Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h151 enum TextType { ATOM, CHAR_CLASS }; enumerator
170 DCHECK(text_type() == CHAR_CLASS); in char_class()
Djsregexp.cc871 return TextElement(CHAR_CLASS, char_class); in CharClass()
880 case CHAR_CLASS: in length()
2798 DCHECK(elm.text_type() == TextElement::CHAR_CLASS); in FilterOneByte()
3260 DCHECK_EQ(TextElement::CHAR_CLASS, elm.text_type()); in TextEmitPass()
3382 if (elm.text_type() == TextElement::CHAR_CLASS) { in MakeCaseIndependent()
3405 if (elm.text_type() != TextElement::CHAR_CLASS) return NULL; in GetSuccessorOfOmnivorousTextNode()
4559 case TextElement::CHAR_CLASS: { in VisitText()
6119 DCHECK_EQ(TextElement::CHAR_CLASS, text.text_type()); in FillInBMInfo()
6236 case TextElement::CHAR_CLASS: { in VisitText()