Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.cpp620 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceBegin); in matchParenthesesOnceBegin()
662 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceBegin); in backtrackParenthesesOnceBegin()
1084 case ByteTerm::TypeParenthesesSubpatternOnceBegin: in matchDisjunction()
1183 case ByteTerm::TypeParenthesesSubpatternOnceBegin: in matchDisjunction()
1341 …m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternOnceBegin, subpatternI… in atomParenthesesSubpatternBegin()
1456 ASSERT(parenthesesBegin.type == ByteTerm::TypeParenthesesSubpatternOnceBegin); in atomParenthesesEnd()
DRegexInterpreter.h65 TypeParenthesesSubpatternOnceBegin, enumerator