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

/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrPattern.h110 bool eolAnchor : 1; member in struct:JSC::Yarr::PatternTerm::__anon2696::__anon2698
170 PatternTerm(bool bolAnchor, bool eolAnchor) argument
176 anchors.eolAnchor = eolAnchor;
H A DYarrInterpreter.h303 static ByteTerm DotStarEnclosure(bool bolAnchor, bool eolAnchor) argument
307 term.anchors.m_eol = eolAnchor;
H A DYarrInterpreter.cpp1914 assertionDotStarEnclosure(term.anchors.bolAnchor, term.anchors.eolAnchor);
H A DYarrJIT.cpp1218 if (!m_pattern.m_multiline && term->anchors.eolAnchor)

Completed in 185 milliseconds