Home
last modified time | relevance | path

Searched refs:CHAR_CLASS (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-dotprinter.cc138 case TextElement::CHAR_CLASS: { in VisitText()
H A Dregexp-ast.h352 enum TextType { ATOM, CHAR_CLASS }; enumerator
371 DCHECK(text_type() == CHAR_CLASS); in char_class()
H A Dregexp-compiler.cc213 return TextElement(CHAR_CLASS, char_class); in CharClass()
221 case CHAR_CLASS: in length()
1890 DCHECK(elm.text_type() == TextElement::CHAR_CLASS); in FilterOneByte()
2391 DCHECK_EQ(TextElement::CHAR_CLASS, elm.text_type()); in TextEmitPass()
2537 if (elm.text_type() == TextElement::CHAR_CLASS) { in MakeCaseIndependent()
2555 if (elm.text_type() != TextElement::CHAR_CLASS) return nullptr; in GetSuccessorOfOmnivorousTextNode()
3859 DCHECK_EQ(TextElement::CHAR_CLASS, text.text_type()); in FillInBMInfo()

Completed in 8 milliseconds