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

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrPattern.cpp575 PatternDisjunction* copyDisjunction(PatternDisjunction* disjunction, bool filterStartsWithBOL = false) function in class:JSC::Yarr::YarrPatternConstructor
602 termCopy.parentheses.disjunction = copyDisjunction(termCopy.parentheses.disjunction, filterStartsWithBOL);
802 PatternDisjunction* loopDisjunction = copyDisjunction(disjunction, true);

Completed in 1060 milliseconds