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

/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.cpp643 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
690 ASSERT(term.type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
739 ASSERT((&term - term.atom.parenthesesWidth)->type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
1229 case ByteTerm::TypeParenthesesSubpatternOnceBegin:
1356 case ByteTerm::TypeParenthesesSubpatternOnceBegin:
1551 m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternOnceBegin, subpatternId, capture, false, inputPosition));
1575 // Errrk! - this is a little crazy, we initially generate as a TypeParenthesesSubpatternOnceBegin,
1581 m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternOnceBegin, subpatternId, capture, false, inputPosition));
1707 ASSERT(m_bodyDisjunction->terms[beginTerm].type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
1741 ASSERT(m_bodyDisjunction->terms[beginTerm].type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
[all...]
H A DYarrInterpreter.h65 TypeParenthesesSubpatternOnceBegin, enumerator in enum:JSC::Yarr::ByteTerm::Type

Completed in 120 milliseconds