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

/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.h68 TypeParenthesesSubpatternTerminalEnd, enumerator in enum:JSC::Yarr::ByteTerm::Type
H A DYarrInterpreter.cpp769 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternTerminalEnd);
1241 case ByteTerm::TypeParenthesesSubpatternTerminalEnd:
1368 case ByteTerm::TypeParenthesesSubpatternTerminalEnd:
1768 m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternTerminalEnd, subpatternId, capture, false, inputPosition));

Completed in 127 milliseconds