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

/external/chromium_org/v8/src/
H A Djsregexp.cc919 return TextElement(CHAR_CLASS, char_class);
928 case CHAR_CLASS:
2813 DCHECK(elm.text_type() == TextElement::CHAR_CLASS);
3278 DCHECK_EQ(TextElement::CHAR_CLASS, elm.text_type());
3397 if (elm.text_type() == TextElement::CHAR_CLASS) {
3422 if (elm.text_type() != TextElement::CHAR_CLASS) return NULL;
4575 case TextElement::CHAR_CLASS: {
5891 DCHECK_EQ(TextElement::CHAR_CLASS, text.text_type());
6010 case TextElement::CHAR_CLASS: {
H A Djsregexp.h414 CHAR_CLASS enumerator in enum:v8::internal::BASE_EMBEDDED::TextType
434 DCHECK(text_type() == CHAR_CLASS);

Completed in 84 milliseconds