Searched refs:m_regExpBytecode (Results 1 – 1 of 1) sorted by relevance
73 OwnPtr<Yarr::BytecodePattern> m_regExpBytecode; member128 m_representation->m_regExpBytecode = Yarr::byteCompile(pattern, &globalData->m_regExpAllocator); in compile()173 …result = Yarr::interpret(m_representation->m_regExpBytecode.get(), s.characters(), startOffset, s.… in match()204 …interpreterResult = Yarr::interpret(m_representation->m_regExpBytecode.get(), s.characters(), star… in matchCompareWithInterpreter()