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

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.cpp188 OwnPtr<JSC::Yarr::BytecodePattern> bytecodePattern = JSC::Yarr::byteCompile(pattern, &regexAllocator); local
189 ASSERT(bytecodePattern);
194 unsigned result = JSC::Yarr::interpret(bytecodePattern.get(), content, 0, reinterpret_cast<unsigned*>(matches.data()));

Completed in 168 milliseconds