Searched refs:m_regExpBytecode (Results 1 – 2 of 2) sorted by relevance
110 …m_regExpBytecode.set(Yarr::byteCompileRegex(m_pattern, m_numSubpatterns, m_constructionError, igno… in compile()127 if (m_regExpBytecode) { in match()148 …int result = Yarr::interpretRegex(m_regExpBytecode.get(), s.data(), startOffset, s.size(), offsetV… in match()
77 OwnPtr<Yarr::BytecodePattern> m_regExpBytecode; variable