Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.h67 TypeParenthesesSubpatternOnceEnd, enumerator
DYarrInterpreter.cpp654 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceEnd); in matchParenthesesOnceEnd()
700 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceEnd); in backtrackParenthesesOnceEnd()
1212 case ByteTerm::TypeParenthesesSubpatternOnceEnd: in matchDisjunction()
1337 case ByteTerm::TypeParenthesesSubpatternOnceEnd: in matchDisjunction()
1710 …m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternOnceEnd, subpatternId,… in atomParenthesesOnceEnd()