Searched refs:TypeParenthesesSubpattern (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrPattern.cpp406 m_alternative->m_terms.append(PatternTerm(PatternTerm::TypeParenthesesSubpattern, subpatternId, parenthesesDisjunction.get(), capture, false));
467 ASSERT((term.type == PatternTerm::TypeParenthesesSubpattern) || (term.type == PatternTerm::TypeParentheticalAssertion));
469 if ((term.type == PatternTerm::TypeParenthesesSubpattern) && term.capture() && (subpatternId == term.parentheses.subpatternId)) {
507 if ((term.type != PatternTerm::TypeParenthesesSubpattern) && (term.type != PatternTerm::TypeParentheticalAssertion))
558 if (m_alternative->lastTerm().type == PatternTerm::TypeParenthesesSubpattern)
613 case PatternTerm::TypeParenthesesSubpattern:
706 if (term.type == PatternTerm::TypeParenthesesSubpattern
752 if (term.type == PatternTerm::TypeParenthesesSubpattern) {
H A DYarrPattern.h91 TypeParenthesesSubpattern, enumerator in enum:JSC::Yarr::PatternTerm::Type
H A DYarrInterpreter.h64 TypeParenthesesSubpattern, enumerator in enum:JSC::Yarr::ByteTerm::Type
H A DYarrInterpreter.cpp860 ASSERT(term.type == ByteTerm::TypeParenthesesSubpattern);
940 ASSERT(term.type == ByteTerm::TypeParenthesesSubpattern);
1219 case ByteTerm::TypeParenthesesSubpattern: {
1346 case ByteTerm::TypeParenthesesSubpattern: {
1727 m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpattern, subpatternId, parenthesesDisjunction.get(), capture, inputPosition));
1864 case PatternTerm::TypeParenthesesSubpattern: {
H A DYarrJIT.cpp1287 case PatternTerm::TypeParenthesesSubpattern:
1353 case PatternTerm::TypeParenthesesSubpattern:
2443 case PatternTerm::TypeParenthesesSubpattern:

Completed in 195 milliseconds