Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/yarr/
DRegexCompiler.cpp503 PatternAlternative* newAlternative = newDisjunction->addNewAlternative(); in copyDisjunction() local
505 newAlternative->m_terms.append(copyTerm(alternative->m_terms[i])); in copyDisjunction()