Changeset 72207 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
- Timestamp:
- Nov 17, 2010, 7:52:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.cpp
r72197 r72207 36 36 #endif 37 37 38 #if ENABLE(YARR) 39 38 40 using namespace WTF; 39 41 … … 1741 1743 } 1742 1744 1743 PassOwnPtr<BytecodePattern> byteCompileRegex(RegexPattern& pattern, BumpPointerAllocator* allocator)1744 {1745 return ByteCompiler(pattern).compile(allocator);1746 }1747 1748 1745 int interpretRegex(BytecodePattern* regex, const UChar* input, unsigned start, unsigned length, int* output) 1749 1746 { … … 1762 1759 1763 1760 } } 1761 1762 #endif
Note:
See TracChangeset
for help on using the changeset viewer.