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

/external/webkit/JavaScriptCore/yarr/
H A DRegexInterpreter.h68 TypeParentheticalAssertionEnd, enumerator in enum:JSC::Yarr::ByteTerm::Type
H A DRegexInterpreter.cpp733 ASSERT(term.type == ByteTerm::TypeParentheticalAssertionEnd);
765 ASSERT(term.type == ByteTerm::TypeParentheticalAssertionEnd);
1096 case ByteTerm::TypeParentheticalAssertionEnd:
1195 case ByteTerm::TypeParentheticalAssertionEnd:
1444 m_bodyDisjunction->terms.append(ByteTerm(isAssertion ? ByteTerm::TypeParentheticalAssertionEnd : ByteTerm::TypeParenthesesSubpatternOnceEnd, subpatternId, invertOrCapture, inputPosition));

Completed in 49 milliseconds